Applies To
Window Object.
Description
Activates the specified window and then sends it to the back of the window z-order.
Syntax
object.ActivateNext
object
Required. The Window object.
See Also
ActivatePrevious Method, Next Property.
Example
This example sends the active window to the back of the z-order.
ActiveWindow.ActivateNext