Application.Build Property (Word)

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

Syntax

expression .Build

expression A variable that represents an Application object.

Example

This example displays the version and build number of Word.

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

See Also

Concepts

Application Object

Application Object Members