G Guest Aug 7, 2007 #4 Just some added information: fname would contain True or False based on whether the Save was successful or not. It would not contain the name/new name of the file.
Just some added information: fname would contain True or False based on whether the Save was successful or not. It would not contain the name/new name of the file.
G Guest Aug 7, 2007 #5 If you want more control, use fname = Application.GetSaveAsFilename() set the help on that function for arguments you can pass to the name. Not that it does not perform the save. You can evaluate the user's choice and then execute a thisworkbook.SaveAs fName if you agree.
If you want more control, use fname = Application.GetSaveAsFilename() set the help on that function for arguments you can pass to the name. Not that it does not perform the save. You can evaluate the user's choice and then execute a thisworkbook.SaveAs fName if you agree.