Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Using Excel 2007 (GRR!!), what do I change the FileFormat:=xlNormal (in the
code below) to to save as xlsm format? The closest I could glean from Help was.....xlOpenXMLWorkbookMacroEnabled But that doesn't seem to do it. ActiveWorkbook.SaveAs Filename:= _ "C:\Documents and Settings\User\My Documents\Lou's Accounts\" & Worksheets("Invoice").Range("I1").Text, _ FileFormat:=xlNormal, _ Password:="", WriteResPassword:="", _ ReadOnlyRecommended:=False, CreateBackup:=False Rob |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Passwords, Macro Security and Vs2007 | Excel Discussion (Misc queries) | |||
SaveAs | Excel Worksheet Functions | |||
set filename to <filename-date on open | Excel Worksheet Functions | |||
SaveAs using two cells for filename | Excel Discussion (Misc queries) | |||
Max charactors for 'ActiveWorkbook.SaveAs Filename'? | Excel Worksheet Functions |