Build Property
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"
Applies to | Application Object
See Also | Version Property