ActivatePrevious Method [Excel 2003 VBA Language Reference]

Switch View :
ScriptFree
Office Excel 2003 VBA Language Reference
ActivatePrevious Method [Excel 2003 VBA Language Reference]

Activates the specified window and then activates the window at the back of the window z-order.

expression .ActivatePrevious

expression Required. An expression that returns a Window object.

Example

This example activates the window at the back of the z-order.

ActiveWindow.ActivatePrevious
		


Applies to | Window Object