J
JIM.H.
In excel macro;
1. How can I make this? save as overwrite, without save dialog box
ActiveWorkbook.SaveAs Filename:=myFile, FileFormat:=xlNormal, _
Password:="", WriteResPassword:="", ReadOnlyRecommended:=False, _
CreateBackup:=False
2. How can I make this? close it without saving and asking confirmation?
myWorkbook.Close
1. How can I make this? save as overwrite, without save dialog box
ActiveWorkbook.SaveAs Filename:=myFile, FileFormat:=xlNormal, _
Password:="", WriteResPassword:="", ReadOnlyRecommended:=False, _
CreateBackup:=False
2. How can I make this? close it without saving and asking confirmation?
myWorkbook.Close