C
camlad
Recording a 'Save As...' I get this:
ActiveWorkbook.SaveAs Filename:= _
"C:\Documents and Settings\FH\Desktop\ Diary.xls", FileFormat:= _
xlNormal, Password:="", WriteResPassword:="",
ReadOnlyRecommended:=False _
, CreateBackup:=False
Two questions:
1
The file will be saved as a Template and used on other computers. How can
the code be changed so the file will be saved to the desktop of any
computer.
2
Can the macros be omitted in the saved file? If so what is the code?
Thanks
Camlad
ActiveWorkbook.SaveAs Filename:= _
"C:\Documents and Settings\FH\Desktop\ Diary.xls", FileFormat:= _
xlNormal, Password:="", WriteResPassword:="",
ReadOnlyRecommended:=False _
, CreateBackup:=False
Two questions:
1
The file will be saved as a Template and used on other computers. How can
the code be changed so the file will be saved to the desktop of any
computer.
2
Can the macros be omitted in the saved file? If so what is the code?
Thanks
Camlad