April 2006
Beginner
1114 pages
98h 16m
English
workbook.CalculationVersion
Returns a number representing the major and minor versions of Excel last used to recalculate the workbook. For example, the following code displays “114210” on my machine, where “11” is the major version of Excel (2003 is Version 11) and “4210” is the minor, or build version:
Debug.Print ThisWorkbook.CalculationVersion
Read now
Unlock full access