Window.ActivateNext Method
Excel Developer Reference |
Activates the specified window and then sends it to the back of the window z-order.
Syntax
expression.ActivateNext
expression A variable that represents a Window object.
Return Value
Variant
Example
This example sends the active window to the back of the z-order.
Visual Basic for Applications |
---|
|
See Also