SelectResourceField Method

Selects a resource field.

Syntax

expression**.SelectResourceField(Row, Column, RowRelative, Width, Height, Extend, Add)**

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

Row    Required Long. The number of the row containing the field to select.

Column    Required String. The name of the column containing the field to select.

RowRelative    Optional Boolean. True if the location of the new selection is relative to the active selection. The default value is True.

Width    Optional Long. The number of columns to select in addition to the active field.

Height    Optional Long. The number of rows to select in addition to the active field.

Extend    Optional Boolean. True if the active selection is extended into the new selection. The default value is False.

Add    Optional Boolean. True if the new selection is added to the active selection. The default value is False.

Applies to | Application Object

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