SelectBeginning Method

Selects the first cell in the active table.

Syntax

expression**.SelectBeginning(Extend)**

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

Extend    Optional Boolean. True if the current selection is extended to the first 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, SelectBeginning selects the resource with the lowest identification number. In the Network Diagram, SelectBeginning selects the box closest to the upper-left corner of the view.

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

Applies to | Application Object

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