Save Excel 2003 in Excel 2007

L

Libby

Hi Guys,

I have an Excel 2003 workbook which is to be kept at 2003.
Some users have Excel 2007 and when they come to save it, they have to
respond to a message about the versions.

How can I close and save the workbook programmatically from a computer
running Excel 2007 ensuring that it is saved in Excel 2003 format?

Many thanks in advance.
 
L

Libby

Hi Guys,

Sorry I didn't really make it clear.

I'm talking about saving the changes when closing the workbook
programmatically - "Thisworkbook.close Savechanges:=True"

Many thanks.
 
S

Simon Murphy

Libby
If its an .xls then your line below will work fine. The only issue you
may have is the compatibility checker flagging up potential concerns.

If you need to saveas then you will need to specify the file type
(xlExcel8 - 56)

Cheers
Simon
Excel development website: www.codematic.net
 
L

Libby

Thanks Simon. There was no problem.

Simon Murphy said:
Libby
If its an .xls then your line below will work fine. The only issue you
may have is the compatibility checker flagging up potential concerns.

If you need to saveas then you will need to specify the file type
(xlExcel8 - 56)

Cheers
Simon
Excel development website: www.codematic.net
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top