SelectCellUp Method

Selects cells upward from the current selection.

Syntax

expression**.SelectCellUp(NumCells, Extend)**

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

NumCells    Optional Long. The number of cells to select upward from the current selection. The default value is 1.

Extend    Optional Boolean. True if the current selection is extended to the specified cell. The default value is False.

Remarks

The SelectCellUp method is not available when the Calendar, Network Diagram, or Resource Graph is the active view.

Applies to | Application Object

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