Microsoft
Software
Hardware
Network
Question : Excel 2010 Check Compatibilty / Workbook_BeforeClose - VBA
How can I suppress CheckCompatibility through VBA? This appears to work.
Dim Wb As Workbook
Set Wb = ThisWorkbook
Wb.CheckCompatibility = False
... but then the workbook will not close without prompting the Save Y/N.
Tried this in Sub Workbook_BeforeClose also ...
ThisWorkbook.Save
The Save Y/N still comes up.
The 2 issues may be unrelated
Thanks for any help.
Answer : Excel 2010 Check Compatibilty / Workbook_BeforeClose - VBA
Try:-
Me.Saved = True
At the end of your code. This should 'fool' excel into thinking the file has already been saved.
HTH
Matt
Random Solutions
VMware or MS Virtual Server?
IIS host header and DNS
Remove shortcuts possibility in a web page or to put in favorite
Windows 7 WGA says my legitimate copy is NOT GENUINE
Windows 2008 Network Load Balancing
How to Configure Failover Clusters With Win 2008 Server R2?
SQL server 2005 create sub tree table
Microsoft ebs security server configuration
Socket Question
WordPress FIle Manager w/ Database Integration