Share via


DocumentWindow.Activate Method

PowerPoint Developer Reference

Activates the specified object.

Syntax

expression.Activate

expression   A variable that represents a DocumentWindow object.

Example

This example activates the document window immediately following the active window in the document window order.

Visual Basic for Applications
  Windows(2).Activate

See Also