B
Barb Reinhardt
I want to provide a suggested filename when the user chooses to "SAVEAS". I
get a suggestion and then if I change it, I get another prompt to save as.
Here is my code:
If Not SaveAsUI Then Exit Sub
filesavename = Application.GetSaveAsFilename( _
InitialFileName:=SuggName, _
fileFilter:="Excel Files (*.xls), *.xls")
What am I missing?
Thanks,
Barb Reinhardt
get a suggestion and then if I change it, I get another prompt to save as.
Here is my code:
If Not SaveAsUI Then Exit Sub
filesavename = Application.GetSaveAsFilename( _
InitialFileName:=SuggName, _
fileFilter:="Excel Files (*.xls), *.xls")
What am I missing?
Thanks,
Barb Reinhardt