Window.SelectAll Method
Visio Automation Reference |
Selects all possible shapes in a window or selection.
Version Information
Version Added: Visio 2.0
Syntax
expression.SelectAll
expression A variable that represents a Window object.
Return Value
Nothing
Example
This Microsoft Visual Basic for Applications (VBA) macro shows how to select all the shapes on the page.
Visual Basic for Applications |
---|
|
See Also