Excel VisualBasic Script

Sub valueDemo()
     Range("C10").Value = "Florence"
End Sub