Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"Tim Childs" wrote in message
... Hi This piece of code ThisWorkbook.ForceFullCalculation = True will work in Excel 2007 and above Is there any way to mark the code so that it will avoid the COMPILING error in earlier versions where this functionality was not available? (I use the file in different versions of Excel) Many thanks Tim Tim, I believe Excel 2007 is version 12.0. If I am wrong I presume others will weigh in and correct me. Try the following: If Application.version = 12 then ThisWorkbook.ForceFullCalculation = True End if MB |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Save Excel 2003 to earlier version | Excel Discussion (Misc queries) | |||
countifs on earlier version of excel | Excel Worksheet Functions | |||
Last saved by earlier version of Excel | Excel Discussion (Misc queries) | |||
Can I save as an earlier version of excel? | Excel Discussion (Misc queries) | |||
Recover earlier version of excel sheet after new version saved? | Excel Discussion (Misc queries) |