ActivateNext Method

Microsoft Excel Visual Basic

ActivateNext Method

       

Activates the specified window and then sends it to the back of the window z-order.

expression.ActivateNext

expression   Required. An expression that returns a Window object.

Example

This example sends the active window to the back of the z-order.

ActiveWindow.ActivateNext