2020-12-04 Excel VBA セルの書式設定 ExcelVBA ■セルの書式設定 Sub setFormat() 'セルの書式を設定 Range("B3").NumberFormatLocal = "yyyy/mm/dd" End Sub