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
Windows 2008R2 static ports for ntds/rpc/ntfrs
Problems with accessing the Server "H drives" for users accounts
what is the best linux distro and ide for web programming (PHP) ?
AIX DB2 error
WSUS clients disappear when syncronising
Intel Remote Monitoring Module
SSIS/TSQL Three Part Naming for Temp Table
how to prove power surge damage
Replace apostrophes in all Session Variables in C#?
SQL