Excel VisualBasic Script

Sub MyMacro()
         ' Insert the text "Hello" in ten cells
         Range("A1:A10").Value = "Hello"
     End Sub