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.
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.