Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I now have 2003 and 2007 on my machine. When I run a macro with the
following code: Set xlApp = New Excel.Application 2007 is the version that opens. However, the results are saved in a 2007 workbook. The report gets sent to a number of users who only have 2003. How can I open Excel in 2003 or save the results in 2003 so the users can view them. Thanks for the help..... -- JT |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
JT,
Save the file with a ".xls" ending. (When you do a Save As, you can change the "Save as type:" to "Excel 97-2003 Workbook (*.xls)"). However, if the worksheet has any of the new XL2007 features in it, then you'll lose functionality when going backwards in the application software. (Obviously, you can do the Save As operation via code, i.e. lookup SaveAs in the VBE Help. The help has good documentation and an example at the bottom of the documentation). Best, Matthew Herbert "JT" wrote: I now have 2003 and 2007 on my machine. When I run a macro with the following code: Set xlApp = New Excel.Application 2007 is the version that opens. However, the results are saved in a 2007 workbook. The report gets sent to a number of users who only have 2003. How can I open Excel in 2003 or save the results in 2003 so the users can view them. Thanks for the help..... -- JT |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel opens two windows (2007 & 2003 format): I want only 2003. | Excel Discussion (Misc queries) | |||
2003 vba to hide two grouped charts, works in 2007 but not in 2003 | Excel Programming | |||
2003-2007 xlsm-2003 loses worksheet commandbutton functionality | Excel Programming | |||
2003--2007 recognize if i'm in 2007 or 2003 via code. | Excel Programming | |||
Excel 2007, I write macros in 2003 is 2007 similar for VBA? Pros andcons please | Excel Programming |