Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35
Default Macro "not to check compatibility when saving this workbook"

I recorded a macro in excel. it works fine but stops before saving the file
and i get the "Compatibility Checker".
Is it possible to have it in the macro "not to check compatibility when
saving this workbook" ? I don't want to disable "Compatibility Checker" from
excel just for this macro.
Please help.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,298
Default Macro "not to check compatibility when saving this workbook"

maybe try adding

Application.DisplayAlerts = False

just prior to the code that saves the file

"fruitchunk" wrote:

I recorded a macro in excel. it works fine but stops before saving the file
and i get the "Compatibility Checker".
Is it possible to have it in the macro "not to check compatibility when
saving this workbook" ? I don't want to disable "Compatibility Checker" from
excel just for this macro.
Please help.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Macro "not to check compatibility when saving this workbook"

Use this in 2007 and up

ThisWorkbook.CheckCompatibility = False
ThisWorkbook.Save


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"fruitchunk" wrote in message ...
I recorded a macro in excel. it works fine but stops before saving the file
and i get the "Compatibility Checker".
Is it possible to have it in the macro "not to check compatibility when
saving this workbook" ? I don't want to disable "Compatibility Checker" from
excel just for this macro.
Please help.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35
Default Macro "not to check compatibility when saving this workbook"

Thanks for all your help.

P.S. Sorry about the duplicate posts, my mistake.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Check if cells contain the word "Thailand", return "TRUE" ali Excel Worksheet Functions 7 September 14th 07 09:53 AM
Check if a workbook has an "open password" Amit Excel Programming 1 April 22nd 07 02:14 AM
Can I keep "Windows of active workbook check box" checked SueH Excel Discussion (Misc queries) 1 February 15th 07 07:38 PM
create links to check boxes marked "good" fair"and "bad" pjb Excel Worksheet Functions 3 April 20th 06 02:17 AM
Call a sub statement in "Personal Macro Workbook" from "ThisWorkbo QC Coug Excel Programming 1 August 26th 05 07:09 PM


All times are GMT +1. The time now is 03:33 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"