Hi,
I want to save the current Excel workbook to a new location with a new name by using this code:
ActiveWorkbook.SaveAs FileName:= FilePath & FileName, _
FileFormat:=xlNormal, Password:="", riteResPassword:="", _
ReadOnlyRecommended:=False, CreateBackup:=False
What I would like to do is to have the Save as Screen with the FithPath and FileName already selected so that the user can confirm its location. Thanks.
I want to save the current Excel workbook to a new location with a new name by using this code:
ActiveWorkbook.SaveAs FileName:= FilePath & FileName, _
FileFormat:=xlNormal, Password:="", riteResPassword:="", _
ReadOnlyRecommended:=False, CreateBackup:=False
What I would like to do is to have the Save as Screen with the FithPath and FileName already selected so that the user can confirm its location. Thanks.