Search Value
値を含む最初のセルを検索し、そのアドレスを保存します。
ExcelExcelSearchValue
概要
値を含む最初のセルを検索し、そのアドレスを保存します。
Find the first cell containing a value; store its address.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Excel instance | variable | 必須 | excel | Name that identifies this open workbook. |
| Sheet (blank = active) | string | 任意 | Worksheet name; blank uses the active sheet. 変数に対応 | |
| Value to find | string | 必須 | 変数に対応 | |
| Store address in | variable | 必須 | 例: addr |