Application.Version property (Publisher)
Returns a String indicating the version number of the currently-installed copy of Microsoft Publisher. Read-only.
Syntax
expression.Version
expression A variable that represents an Application object.
Return value
String
Example
The following example displays the version and build number of the currently-installed copy of Publisher.
MsgBox "You are currently running Microsoft Publisher, " _
& " version " & Application.Version & ", build " _
& Application.Build & "."
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.