title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.Build property (Excel) |
vbaxl10.chm133082 |
|
|
da8ec8af-c1d9-917e-a057-a4762a783124 |
04/04/2019 |
medium |
Returns the Microsoft Excel build number. Read-only Long.
expression.Build
expression A variable that represents an Application object.
It's usually safer to test the Version property, unless you are sure that you need to know the build number.
This example tests the Build property.
If Application.Build > 2500 Then
' build-dependent code here
End If
[!includeSupport and feedback]