Name

Application.Build

Synopsis

Returns the Excel build number. The following code displays Excel’s version, build number, and calculation engine version:

Sub ShowVersion(  )
    Debug.Print Application.Version; Application.Build; _
      Application.CalculationVersion
End Sub

Get Programming Excel with VBA and .NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.