Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a value that indicates whether a document is loaded in Microsoft Visio Viewer. Read-only.
Syntax
expression.DocumentLoaded
expression An expression that returns a Viewer object.
Return value
Boolean
Remarks
The default setting for the DocumentLoaded property value is False.
Example
The following code gets a value that indicates whether a document is loaded in Visio Viewer.
Debug.Print vsoViewer.DocumentLoaded
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.