C
CdSlc
We have an application written in Excel 4.0 Macro. Within our code we do a
"SAVE.AS (XLSName, 35)". The second parameter 35 indicates that the file
should be saved in "MS Excel 4.0 workbook" format. This Save command fails in
Excel 2007 but works fine in Excel 2003 and prior versions of Excel.
I found a blog http://blogs.msdn.com/excel/archive/2006/08/24/718786.aspx
that indicated Excel 2007 does not support saving an XLS file in Excel 4.0
format. Does anybody have any idea on what kind of workaround I can have for
this problem?
Thanks.
"SAVE.AS (XLSName, 35)". The second parameter 35 indicates that the file
should be saved in "MS Excel 4.0 workbook" format. This Save command fails in
Excel 2007 but works fine in Excel 2003 and prior versions of Excel.
I found a blog http://blogs.msdn.com/excel/archive/2006/08/24/718786.aspx
that indicated Excel 2007 does not support saving an XLS file in Excel 4.0
format. Does anybody have any idea on what kind of workaround I can have for
this problem?
Thanks.