When i'm saving my workbook created through VB with:... and i want the file format to be Excel 97-2003... what format should i use? Cause there is no xlExcel11, only xlExcel12 (2007). Should i use xlExcel8?Code:myWorkBook.SaveAs "c:\someFile.xls", [fileFormat]
-gav




Reply With Quote