Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by paulbhess

  1. paulbhess

    Isolate the name of the file after GetOpenFilename

    PHV, I understand your confusion about how many spreadsheets I was opening. I'm new at VBA and did not notice the "MultiSelect:=true" option setting. SKIPVOUGHT, I will give your solution a try tomorrow. Thanks, everyone. I'll let you know how things turn out.
  2. paulbhess

    Isolate the name of the file after GetOpenFilename

    PHV, The code fragment I came across used [Dim Fname As Variant Fname = Application.GetOpenFilename( _ FileFilter:="Excel 97-2003 Files (*.xls), *.xls", _ Title:="Select a file or files", _ MultiSelect:=True) ] SKIPVOUGHT, I am selecting the spreadsheets one...
  3. paulbhess

    Isolate the name of the file after GetOpenFilename

    I have a number of spreadsheets that need conversion to new layout to accommodate some added rows. I want to select the original workbook, save it to a new directory, then update the various cells from one workbook to the other. Is there a simple way to isolate the file name from the...

Part and Inventory Search

Back
Top