Application.Build property (Publisher)

Returns a Long that represents the Microsoft Publisher build number. Read-only.

Syntax

expression.Build

expression A variable that represents an Application object.

Return value

Long

Example

This example displays the Publisher build number.

Sub BuildNumber() 
 MsgBox Prompt:="The current Microsoft Publisher build number is " & _ 
 Application.Build, Title:="Microsoft Publisher Build" 
End Sub

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.