VBA 空白セル 2021年1月31日 active-t 空白のセル 空白のセルに任意の文字を表示 Sub sample() Range(“A1:A10”).SpecialCells(xlCellTypeBlanks) = “空白” End Sub