SelectionExtend Method

Turns selection extending on or off.

Syntax

expression**.SelectionExtend(Extend, Add)**

*expression   *     Optional. An expression that returns an Application object.

Extend    Optional Boolean. True if extend mode is active. (If extend mode is active, all items between the selection and the active item become part of the selection.) If Extend is True, Add is ignored. The default value is False.

Add    Optional Boolean. True if add mode is active. (If add mode is active, only the active item is added to the selection.) The default value is False.

Applies to | Application Object

See Also | SelectBeginning Method | SelectCell Method | SelectCellDown Method | SelectCellLeft Method | SelectCellRight Method | SelectCellUp Method | SelectColumn Method | SelectEnd Method | SelectRange Method | SelectResourceCell Method | SelectResourceColumn Method | SelectResourceField Method | SelectRow Method | SelectRowEnd Method | SelectRowStart Method | SelectSheet Method | SelectTaskCell Method | SelectTaskColumn Method | SelectTaskField Method