Returns the version and build number of the Word application. Read-only String.
This example displays the version and build number of Word.
MsgBox Prompt:=Application.Build, _ Title:="Microsoft Word Version"