セルに値を入力

Sub SampleStatement()
Range(“A1”).Value = “ABC”
Range(“A3”).Formula = 123
Range(“A5”).FormulaR1C1 = “あいうえお”
Range(“A7”) = 456
End Sub