Viewer.BuildNumber property (Visio Viewer)

Gets the build number of Microsoft Visio Viewer. Read-only.

Syntax

expression.BuildNumber

expression An expression that returns a Viewer object.

Return value

Long

Remarks

For the 2007 release of Visio Viewer, the build number is a four-digit number used by Visio developers for internal purposes.

Example

The following code gets the build number of Visio Viewer and prints it in the Immediate window.

Debug.Print vsoViewer.BuildNumber

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.