SelectResourceCell Method

Selects a cell containing resource information.

Syntax

expression**.SelectResourceCell(Row, Column, RowRelative)**

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

Row    Optional Long. The row number (RowRelative is False) or the relative row position (RowRelative is True) of the cell to select.

Column    Optional String. The field name of the cell to select.

RowRelative    Optional Boolean. True if the row number is relative to the active cell. The default value is True.

Remarks

Using the SelectResourceCell method without specifying any arguments retains the current cell as the active cell.

The SelectResourceCell method is only available when the Resource Sheet or Resource Usage view is the active view.

Applies to | Application Object

See Also | SelectBeginning Method | SelectCell Method | SelectCellDown Method | SelectCellLeft Method | SelectCellRight Method | SelectCellUp Method | SelectEnd Method | SelectResourceColumn Method | SelectResourceField Method | SelectRowEnd Method | SelectRowStart Method | SelectSheet Method | SelectTaskCell Method | SelectTaskColumn Method | SetActiveCell Method