How to let user select directory, but macro assign file name on a saveas
Posted by Tom on January 25, 2002 9:58 AM
The situation:
A file with blanks is opened. The user fills in the blanks. Now the user is to save it in a new directory, but the macro is to assign the file name. How? My concern with using the xldialogSaveas is that the user could assign a different name. And I have tried the Application.GetSaveAsFilename, but when I try saving, the file still reverts back to the original name (maybe I'm using it incorrectly?)