Share via


Application.Build Property

Word Developer Reference

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.

Visual Basic for Applications
  MsgBox Prompt:=Application.Build, _
    Title:="Microsoft Word Version"

See Also