Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm working in vba in Access to create and save an Excel file. All's good
except that one of the workstations this is runnign on is using Office 2007. I'm developing in 2003 and all the other workstatiosn they have are using 2003. It's very important that the files be saved in 2003 format. When I do this, it runs fine and saves as 97/95 objExcelBk.SaveAs sTempPath & sExcelFileName, xlExcel9795 ','56 = xl 2000/2003 I read online in a forum post that "56" is the correct code for saving as 2003 but that's when the code is written in 2007. I cannot find a constant in the list of constants in 2003 to save as 2003 (like xlExcel0003 for example) and the "56" below causes the code to crash. objExcelBk.SaveAs sTempPath & sExcelFileName, 56 I may end up having to use xlExcel9795 and I think that will be okay but how do I code this to ensure saving as 2003 format while writing the code in 2003? Thanks, Keith |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Save Excel 2003 to earlier version | Excel Discussion (Misc queries) | |||
Excel 2003 save as earlier version | Excel Discussion (Misc queries) | |||
How do I save an Excel 97-2003 version or 2007 version for Mac 200 | Excel Discussion (Misc queries) | |||
new 2007 compatibliity - can't save to 2003 version | New Users to Excel | |||
How do I save a 2003 version macro in separate folder for other u. | Excel Programming |