When I use the Marco recorder for save as I get the code below, is there any way to just have the save as dialog box come up so you can put in a name in it? Using excel ‘97
ActiveWorkbook.SaveAs FileName:="C:My DocumentsBook1.xls", FileFormat:= _
xlNormal, Password:="", WriteResPassword:="", ReadOnlyRecommended:=False _
, CreateBackup:=False
ActiveWorkbook.SaveAs FileName:="C:My DocumentsBook1.xls", FileFormat:= _
xlNormal, Password:="", WriteResPassword:="", ReadOnlyRecommended:=False _
, CreateBackup:=False