GetOpenFilename
I want the user to open multiple Excel files at once (if
possible, all files in a specific directory.
Since my code is in access, I'm using the following method:
Excel.Application.GetOpenFilename("XLS (*.xls),
*.xls", , "Open All Files Here", , True)
I know that since multiple select is true, this code will
return an array with all of the file names. I just don't
know how to assign a reference to this array so that I can
open all of the workbooks.
TIA
Chodu
|