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
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.