SpecialCells(xlCellTypeBlanks).Interior.Color = vbCyan End SubExcel VBA Macros Examples – Free DownloadWe’ve created a free VBA (Macros) Code Examples add-in. The add-in contains over 100 ready-to-use macro examples, including the macro examples above!
セル番地2").Interior.Color = Range("セル番地1").Interior.Color このよにすれば、背景色がコピーされます。 シート指定すれば、別シート間でも可能です。 上記方法はコピーできないプロパティ Range..○○○ Range(B2").Borders.LineStyle Range("B2").Borders.Weight これらプロ...
" Else MsgBox "設定されている条件付き書式を削除して、着色/無色化します。" .FormatConditions.Delete End If With .Interior If .ColorIndex = xlNone Then .ColorIndex = 7 Else .ColorIndex = xlNone End If End With End With Cancel = True End Sub...