Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If I set CheckCompatibility to false on a workbook in a macro, and then do a SaveAs to downrev it to, say, Excel 2003 format, the
compatibility checker still runs...which is annoying. How do I get Excel to NOT run the compatibility checker when saving files to earlier version from within a macro? - Mark |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try this,
Set DisplayAlerts Property to false before your code for saving & set to true afterwards Application.DisplayAlerts = False 'codes for saving the workbook Application.DisplayAlerts = True Regards, Shailesh Shah http://in.geocities.com/shahshaileshs/ (Excel Add-ins Page) If You Can't Excel with Talent, Triumph with Effort. "Mark Olbert" wrote in message ... If I set CheckCompatibility to false on a workbook in a macro, and then do a SaveAs to downrev it to, say, Excel 2003 format, the compatibility checker still runs...which is annoying. How do I get Excel to NOT run the compatibility checker when saving files to earlier version from within a macro? - Mark |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
That did it. Thanks!
- Mark On Sun, 15 Jul 2007 14:28:37 +0530, "shah shailesh" wrote: Try this, Set DisplayAlerts Property to false before your code for saving & set to true afterwards Application.DisplayAlerts = False 'codes for saving the workbook Application.DisplayAlerts = True Regards, Shailesh Shah http://in.geocities.com/shahshaileshs/ (Excel Add-ins Page) If You Can't Excel with Talent, Triumph with Effort. "Mark Olbert" wrote in message .. . If I set CheckCompatibility to false on a workbook in a macro, and then do a SaveAs to downrev it to, say, Excel 2003 format, the compatibility checker still runs...which is annoying. How do I get Excel to NOT run the compatibility checker when saving files to earlier version from within a macro? - Mark |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Format only part of a DataLabel in Excel 2007/PowerPoint 2007 char | Charts and Charting in Excel | |||
Analysis Toolpack Issues in Excel 2007 (Office 2007 Enterprise) | Excel Discussion (Misc queries) | |||
Excel 2007 Query Wizard problem with Access 2007 extensions | Excel Discussion (Misc queries) | |||
Labels: Unable to import all records Excel 2007 to Word 2007 Mailm | Excel Discussion (Misc queries) | |||
Paste EXCEL 2007 sheet into WORD 2007 - objects move around | Excel Discussion (Misc queries) |