Application.Application Property
Visio Automation Reference |
Read-only. Returns the instance of Microsoft Office Visio that is associated with an object.
Version Information
Version Added: Visio 2.0
Syntax
expression.Application
expression A variable that represents an Application object.
Return Value
Application
Example
The following Microsoft Visual Basic for Applications (VBA) macro gets the Application object associated with the active document and prints its process ID number in the Immediate window.
Visual Basic for Applications |
---|
|
See Also