セルの状態に対して条件が合致したものを返すRange.SpecialCells メソッドでの指定できる引数のXlCellType列挙、XlSpecialCellsValue列挙の項目一覧です
名前 | 説明 | 値 |
---|---|---|
xlCellTypeAllFormatConditions | 条件付き書式が設定されているセル | -4172 |
xlCellTypeAllValidation | 入力規則が設定されているセル | -4174 |
xlCellTypeBlanks | 空白セル | 4 |
xlCellTypeComments | コメントが含まれているセル | -4144 |
xlCellTypeConstants | 定数が含まれているセル | 2 |
xlCellTypeFormulas | 数式が含まれているセル | -4123 |
xlCellTypeLastCell | 使われたセル範囲内の最後のセル | 11 |
xlCellTypeSameFormatConditions | 同じ表示形式が設定されているセル?? | -4173 |
xlCellTypeSameValidation | 同じ条件の設定が含まれているセル?? | -4175 |
xlCellTypeVisible | すべての可視セル | 12 |
xlErrors | エラーを含むセル | |
xlLogical | 論理値を含むセル | |
xlNumbers | 数値を含むセル | |
xlTextValues | 文字列を含むセル |
定数:数式ではない値
論理値:True or False
xlCellTypeSameFormatConditions、xlCellTypeSameValidationは使い方がよくわかりません。
関連
値の入っているセルのみを選択(xlTextValues)
空白セルを含む行(列)を削除(xlCellTypeBlanks)