Web.Activate Method

SharePoint Designer Developer Reference

Activates the specified Webobject.

Syntax

expression.Activate

expression   A variable that represents a Web object.

Return Value
Web

Remarks

When you have multiple objects open, you can use the Activate method to programmatically work with a specific Web object.

See Also