Build Property Example

This example tests the Build property.

If Application.Build > 2500 Then
    ' build-dependent code here
End If