I'd like to save a workbook via vba without saving the macros using the following code:-
ActiveWorkbook.SaveAs FileName:=Name, FileFormat:= _
xlNormal, Password:="", WriteResPassword:="", ReadOnlyRecommended:=False _
, CreateBackup:=False
If this is not possible, is it possible to disable the macro's when the new saved document is opened?
CodMan
ActiveWorkbook.SaveAs FileName:=Name, FileFormat:= _
xlNormal, Password:="", WriteResPassword:="", ReadOnlyRecommended:=False _
, CreateBackup:=False
If this is not possible, is it possible to disable the macro's when the new saved document is opened?
CodMan