Using open file dialog to get name and path of file?
Posted by Tim Francis-Wright on June 07, 2000 8:56 AM
I am working with spreadsheet(A) that manipulates another spreadsheet (B). The main macro in A relies on a file name and path for B that the user inputs. What I would like to do is to use something like xlDialogOpenFile for the user to specify the exact file and path.
Is there a way to do this without opening file B?