SelectEnd Method

Selects the last cell in the active table that contains a resource or task.

Syntax

expression**.SelectEnd(Extend)**

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

Extend    Optional Boolean. True if the current selection is extended to the last cell. If the active view is the Network Diagram or Resource Graph, Extend is ignored. The default value is False.

Remarks

In the Resource Graph, SelectEnd selects the resource with the highest identification number. In the Network Diagram, SelectEnd selects the box closest to the lower-right corner of the view.

The SelectEnd method is not available when the Calendar is the active view.

Applies to | Application Object

See Also | SelectBeginning Method | SelectCell Method | SelectCellDown Method | SelectCellLeft Method | SelectCellRight Method | SelectCellUp Method | SelectionExtend Method | SelectResourceCell Method | SelectResourceColumn Method | SelectRowEnd Method | SelectRowStart Method | SelectSheet Method | SelectTaskCell Method | SelectTaskColumn Method