PC Review


Reply
Thread Tools Rate Thread

compatibility checker in excel 2007, turning it off

 
 
=?Utf-8?B?TmVlZCBIZWxwIEZhc3Qh?=
Guest
Posts: n/a
 
      29th Mar 2007
I need to save a folder full of excel files, but in .xls format. In 2007 it
always runs compatibility checker when saving in .xls. Is there a way to turn
this off in excel, turn it off with vba, or have code that would at least
check the ok box when asking if I still want to save in .xls format? Thanks
 
Reply With Quote
 
 
 
 
Jim Rech
Guest
Posts: n/a
 
      29th Mar 2007
I just did a quick test but it seems that stopping alerts block the
compatibility checker:

Application.DisplayAlerts = False
ActiveWorkbook.SaveAs "book1", xlWorkbookNormal ''XL97-03


--
Jim
"Need Help Fast!" <(E-Mail Removed)> wrote in message
news:91C904C3-1662-4011-AB5D-(E-Mail Removed)...
|I need to save a folder full of excel files, but in .xls format. In 2007 it
| always runs compatibility checker when saving in .xls. Is there a way to
turn
| this off in excel, turn it off with vba, or have code that would at least
| check the ok box when asking if I still want to save in .xls format?
Thanks


 
Reply With Quote
 
=?Utf-8?B?TmVlZCBIZWxwIEZhc3Qh?=
Guest
Posts: n/a
 
      29th Mar 2007

Thank you Jim. It worked. You are a life saver.

"Jim Rech" wrote:

> I just did a quick test but it seems that stopping alerts block the
> compatibility checker:
>
> Application.DisplayAlerts = False
> ActiveWorkbook.SaveAs "book1", xlWorkbookNormal ''XL97-03
>
>
> --
> Jim
> "Need Help Fast!" <(E-Mail Removed)> wrote in message
> news:91C904C3-1662-4011-AB5D-(E-Mail Removed)...
> |I need to save a folder full of excel files, but in .xls format. In 2007 it
> | always runs compatibility checker when saving in .xls. Is there a way to
> turn
> | this off in excel, turn it off with vba, or have code that would at least
> | check the ok box when asking if I still want to save in .xls format?
> Thanks
>
>
>

 
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
Excel 2007 - Compatibility Checker Barb Reinhardt Microsoft Excel Misc 4 22nd Apr 2010 04:51 PM
Turn off compatibility Checker in Excel 2007? =?Utf-8?B?TWlrZUQxMjI0?= Microsoft Excel Misc 2 17th Dec 2009 01:22 AM
Turning off Word 2007 compatibility checker Paul Microsoft Word Document Management 1 5th Aug 2009 04:04 AM
Excel 2007 'Run Compatibility Checker' grayed ?? Eldi Munggaran Microsoft Excel Discussion 0 20th Apr 2009 03:20 AM
Excel 2007 compatibility checker message jerryk Microsoft Excel Discussion 2 28th Mar 2008 10:16 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:00 PM.