tags:

views:

30

answers:

2

i'm curently using Excel 2003 to generate reports, but i'm thinking of migrating to Excel 2007. The problem is that some of my users still have Excel 2003 installed on their PCs, so I'll give them the posibility to choose what to generate - Excel 2007 or Excel 2003 compatible report. So my question is : can Excel 2007 Interop save workbooks in compatibility mode ?

Thanks!

A: 

Yes it can. Just specify FileFormat parameter (second one) of Workbook.SaveAs() method. You can use any format that is supported by MS Excel. List of supported formats is here: http://msdn.microsoft.com/en-us/library/bb241279(office.12).aspx

Bashir Magomedov
Thanks! and wich one of those would be the excel 2003 compatibility mode ? because the names are very ambigous
maephisto
See answer from tom3k. And again, accept ancwer if you like this, otherwise no one will answer you in future.
Bashir Magomedov
oki bashir. liked!
maephisto