CalculationVersion: Right four digits indicate the version of the calculation engine whereas the digits to the left indicate the major version of Excel. : Application « Application « VBA / Excel / Access / Word
CalculationVersion: Right four digits indicate the version of the calculation engine whereas the digits to the left indicate the major version of Excel.
Sub InspectTheEnvironment()
Debug.Print Application.CalculationVersion End Sub