View Single Post
 
Old 10-27-2015, 01:34 PM
HooperPC HooperPC is offline Windows 7 64bit Office 2010 32bit
Novice
 
Join Date: Oct 2015
Posts: 1
HooperPC is on a distinguished road
Default Compatability warning message quashed

[quote=jamesdann;57714]To disable compatibility warnings follow these steps...
Using Excel(2010)
...

You can also control Compatibility Checker with VBA code as like this...
Make it turn off: ActiveWorkbook.CheckCompatibility = False


This was the code snip tat worked for me. Thanks!
Reply With Quote