Application.ActiveSelection Property
Project Developer Reference |
Returns a Selection object that represents the active selection. Read-only Object.
Syntax
expression.ActiveSelection
expression A variable that represents an Application object.
Return Value
Selection
Example
The following example displays the name of each selected task in a message box. Running this example without a valid selection results in a trappable error (error code 424).
Visual Basic for Applications |
---|
|
See Also