Activate Method

See Also         Example         Applies To

Activates the specified object.

Syntax 1

expression.Activate(Wait)

Syntax 2

expression.Activate

expression   Required. An expression that returns a Task object (Syntax 1) or another object in the Applies To list (Syntax 2).

Wait   Optional Boolean. Task object only. True to wait until the user has activated Word before activating the task. False to immediately activate the task, even if Word isn't active.