Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 711 Bytes

Excel.Window.ActivateNext.md

File metadata and controls

40 lines (24 loc) · 711 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Window.ActivateNext method (Excel)
vbaxl10.chm356074
vbaxl10.chm356074
Excel.Window.ActivateNext
eeef1ef2-b1c5-6618-1f66-827bc64e2033
05/21/2019
medium

Window.ActivateNext method (Excel)

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.

ActiveWindow.ActivateNext

[!includeSupport and feedback]