Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I think the format you want is xlWorkbookNormal.
And xlExcel9795 workbook includes both xl95 format and xl97 format. It's double the normal size. On 08 Apr 2005 11:12:00 GMT, CoRrRan Have a look at this code: Code:
ActiveWorkbook.SaveAs FileName:= _ "C:\Temp\Book2.xls", FileFormat:=xlExcel9795 I couldn't find an specific option for saving the file to the current platform version (your case Excel 2000), but I think that xlExcel9795 should work for your purposes. (As my version (Excel 2003) shows that this FileFormat will provide a format readable to Excel 97 to 2003.) HTH, CoRrRan |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do you change format on Excel .CSV file to import to access | Excel Discussion (Misc queries) | |||
Does a format in Excel change when another user opens the file? | Excel Discussion (Misc queries) | |||
How to change file format from Excel to PDF | Excel Discussion (Misc queries) | |||
Excel: wheres menu item to change file format conversion options? | Excel Discussion (Misc queries) | |||
How do I change the date format when importing a txt file? | Excel Worksheet Functions |