Bagikan melalui


Application.Version Property (Word)

Returns the Microsoft Word version number. Read-only String.

Syntax

expression .Version

expression A variable that represents an Application object.

Example

This example displays the Word version number in a message box.

Msgbox "The version of Word is " & Application.Version

See Also

Concepts

Application Object Members

Application Object