Share via


Build Property [Publisher 2003 VBA Language Reference]

Returns a Long that represents the Microsoft Publisher build number. Read-only.

expression.Build

expression Required. An expression that returns one of the objects in the Applies To list.

Example

This example displays the the build number of Publisher.

Sub BuildNumber()
    MsgBox Prompt:="The current Microsoft Publisher build number is " & _
        Application.Build, Title:="Microsoft Publisher Build"
End Sub

Applies to | Application Object