I am using the above command in some VBA code and it is saving the spreadsheet in Excel 5.0/95 Format I am using defaults.
I understand I can use FileFormat:=
what value will give me Excel 2003 format
Thanks in advance
Line of Code below
I understand I can use FileFormat:=
what value will give me Excel 2003 format
Thanks in advance
Line of Code below
Code:
xlObj.activeworkbook.saveas "c:\documents and settings\802284714\My Documents\PC Data\Supplier Gate Call 4.xls"