Build Property

Microsoft Word Visual Basic

Returns the version and build number of the Word application. Read-only String.

Example

This example displays the version and build number of Word.

MsgBox Prompt:=Application.Build, _
    Title:="Microsoft Word Version"