Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I'm writing a macro that opens an Excel version 3 file, changes it and then saves it. Normally when you change an older version Excel file, you get a prompt asking you if you want to update the file to the new excel (in my case Excel 97) or leave it in the current format. How do you control this from within VBA, so you can decide when it should update the file and when not. Help appreciated. Dell |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
use the fileformat argument to the SaveAs method of the workbook object.
-- Regards, Tom Ogilvy "Dell" wrote in message ... Hi, I'm writing a macro that opens an Excel version 3 file, changes it and then saves it. Normally when you change an older version Excel file, you get a prompt asking you if you want to update the file to the new excel (in my case Excel 97) or leave it in the current format. How do you control this from within VBA, so you can decide when it should update the file and when not. Help appreciated. Dell |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Saving Workbooks | Excel Discussion (Misc queries) | |||
Saving multiple Workbooks | Excel Discussion (Misc queries) | |||
Shared Workbooks Saving | Excel Discussion (Misc queries) | |||
Saving button on all workbooks | Excel Programming | |||
saving excel workbooks | Excel Programming |