PC Review


Reply
Thread Tools Rate Thread

2007: CheckCompatibility not honored

 
 
Mark Olbert
Guest
Posts: n/a
 
      14th Jul 2007
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 With Quote
 
 
 
 
shah shailesh
Guest
Posts: n/a
 
      15th Jul 2007
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" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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 With Quote
 
Mark Olbert
Guest
Posts: n/a
 
      15th Jul 2007
That did it. Thanks!

- Mark

On Sun, 15 Jul 2007 14:28:37 +0530, "shah shailesh" <(E-Mail Removed)> 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" <(E-Mail Removed)> wrote in message
>news:(E-Mail Removed)...
>> 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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
checkcompatibility not working in Windows 7 Charlie W Microsoft Excel Programming 4 19th Jan 2010 06:14 PM
?? My Fonts are Not Honored ?? Tom Baxter Windows Vista Mail 4 2nd Oct 2008 07:17 PM
Re: Word 2007 Paste Options not honored Cindy M. Microsoft Word Document Management 4 5th Jan 2007 10:50 AM
Nolocks not honored =?Utf-8?B?U2FtbXk=?= Microsoft Access Forms 1 5th Nov 2006 08:36 PM
TraceOutputOptions not honored =?Utf-8?B?Y2hheg==?= Microsoft ASP .NET 3 29th Aug 2006 02:44 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:05 PM.