Thread: 2003 vs 2007
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JT JT is offline
external usenet poster
 
Posts: 234
Default 2003 vs 2007

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