"Save As" dialog box in macro


Posted by A.R. on April 27, 2001 8:18 AM

I have a macro that saves a file in three different locations. I want to have the macro display the "Save As" dialog box so I can verify or change the file name before I save it in the three locations. How do I create a macro that shows the "Save As" dialog box?



Posted by Ivan Moala on April 27, 2001 8:24 AM


Application.GetSaveAsFilename


Ivan