ActivateNext Method [Excel 2003 VBA Language Reference]

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

Applies to | Window Object

See Also | ActivatePrevious Method | DisplayNoteIndicator Property | Next Property