Build Property

Applies To

Application object.

Description

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

See Also

Version property.

Example

This example displays the version and build number of Word.

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