About 127,000 results
Open links in new tab
  1. Open ASP files in Excel | MrExcel Message Board

    May 10, 2010 · Hi , I am here again looking for help. I have asp files in a folder ranging between 7 and 12 in total. Can someone help me append each file to a excel worksheet with VBA code files are like …

  2. Cannot open .php or .asp files - Microsoft Community

    Dec 15, 2009 · Cannot open .php or .asp files I am running Vista Home Premium, and just installed WAMP to learn PHP. I have created one file and tried to open, but all I get is a file download …

  3. Working with images in VBA - Displaying PNG files - MrExcel

    Jul 11, 2018 · Although Excel supports the importing and exporting of PNG files, the image file format is not easy to work with in native VBA, especially when it comes to display PNG images in …

  4. Importing from a local .aspx file in Excel 2007?

    May 30, 2015 · I have a local .aspx file that I generated by downloading from an HTML web page (the browser extension saves it as .aspx...not entirely sure why.) It contains a few hundred tables that I …

  5. Using Wildcards with FileSystemObject to open file

    Feb 25, 2015 · Next For Each File In Folder.Files 'Check If File is any excel extension of some type (say "*.xl??" )or any word document extension (say "*.doc?") 'if it is one of those extensions then search …

  6. How to purposefully open an Excel file as "Read Only"

    Feb 10, 2010 · Do a variation of Sthrncali's suggestion and add a second Open button to my Standard toolbar in 2003 or my QAT in 2007/2010 that would display the open file dialog and then open the …

  7. how to open files as read only from windows explorer

    Oct 5, 2009 · At work we use group directories and its preferable to open files as read only so that others can access them for read-write purposes. I've figured out how to open files as read only via …

  8. How to Save PDF opened in an IE page thru VBA - MrExcel

    Sep 5, 2013 · Hi Everyone, I am creating a VBA macro. The purpose of this macro is to open a webpage and click on hyperlink and save the newly opened webpage in a separate window (it opens in PDF …

  9. Help with open another Excel-file when UserForm is running.

    May 9, 2006 · Private Sub Workbook_Open () Application.WindowState = xlMinimized UserForm1.Show End Sub Everything then works fine with using the UserForm, but my problem is that I want to be …

  10. Run batch files using Excel VBA | MrExcel Message Board

    Mar 29, 2013 · Hi all, I was wondering if it is possible to run batch files using Excel VBA. I need to run multiple files using software from outside Excel. However, to be efficient over the weekend, I would …