File Select within Macro

RevJeff

Registered User.
Local time
Yesterday, 22:59
Joined
Sep 18, 2002
Messages
129
I have a macro that uses ImportExportSpreadsheet option, but the file is hardcoded. Is there a way, within the macro, to open a select dialog box to allow me to select a file. I know I can be done with VBA just didn't know if there was a way within the Macro.

Thanks
 
Well, maybe you could use VBA to open the file dialog and then save the user's selection into a macro variable. Other than that, I am not sure how else you might do it. Let's hope others will have a better idea.
 

Users who are viewing this thread

Back
Top Bottom