04 GetCell - AndrewMB2/Logic-Architect-for-Excel-VBA GitHub Wiki
GetCell property
Returns a cell as a range.
Applies to
| TableData | ArrData | RsetData | Xdata | XShared |
|---|---|---|---|---|
| ✓ |
Parameters
| Name | Type | Description |
|---|---|---|
| Field | Variant | Name or number of the field (column) containing the cell to be returned. |
| Row | Long | Row containing the cell to be returned. If omitted, returns from the last row. |