Method

Range.Find method

Rangeオブジェクト.Findメソッド 構文 expression.Find (What, After, LookIn, LookAt, SearchOrder, SearchDirection, MatchCase, MatchByte, SearchFormat) ※expression is Rangeオブジェ…

Range.Clear Method

Range.Clear method オブジェクト全体をクリアします。 構文 expression.Clear ※expression は Range オブジェクトを表す変数です。 戻り値:バリアント型 使用例 実行結果   その他のClearメソッド…

Range.RemoveDuplicates Method

Rangeオブジェクト.RemoveDuplicatesメソッド 値の範囲から重複した値を削除します。 構文 expression.RemoveDuplicates (Columns , Header) ※expression is Rangeオブジェクト Parameters Name 必須/オプション データ型 説…

Range.Sort Method

Range.Sort メソッド (Excel) 値の範囲を並べ替えます。 構文 expression.Sort (Key1, Order1, Key2, Type, Order2, Key3, Order3, Header, OrderCustom, MatchCase, Orientation, SortMethod…

Range.SpecialCells Method

Rangeオブジェクト.SpecialCellsメソッド 指定した種類と値に一致するすべてのセルを表すRangeオブジェクトを返します。 構文 expression.SpecialCells (Type, Value) ※expression は Range オブジェクトを表す変数です。 戻り値: Range 使用例 …