Go To Cell
ワークシートのアクティブセル位置(A1 形式)を記録します。
ExcelExcelGoToCell
概要
ワークシートのアクティブセル位置(A1 形式)を記録します。
Record the active cell selection (A1) for the worksheet.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Excel instance | variable | 必須 | excel | Name that identifies this open workbook. |
| Sheet (blank = active) | string | 任意 | Worksheet name; blank uses the active sheet. 変数に対応 | |
| Cell (A1 style) | string | 必須 | Cell address such as A1, B7. 例: A1 変数に対応 |