Syntax

expression.Build

expression A variable that represents an Application object.

Remarks

It's usually safer to test the property, unless you're sure you need to know the build number.

Example

This example tests the Build property.

Visual Basic for Applications
If Application.Build > 2500 Then ' build-dependent code here End If
build build property determine build find build number return build number

See also: