Hi Experts,
Any idea what is wrong with this code:
'Save File AS
ActiveWorkbook.SaveAs Filename:= _
Range("A1").Text & ".xls", _
FileFormat:=xlWorkbookNorm
al, Password:="", WriteResPassword:="", _
ReadOnlyRecommended:=False
, CreateBackup:=False
I'm getting a Runtime Error '1004'
Application-defined or Object-defined Error.
I'm running this in Excel 2003, and have been playing around with it for ages any help appreciated.
Regards
Martywal
Start Free Trial