Skip to content

Instantly share code, notes, and snippets.

@ganesh092929
Created December 25, 2017 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ganesh092929/39bc664a14d6de2eeda2a68055d1f404 to your computer and use it in GitHub Desktop.
Save ganesh092929/39bc664a14d6de2eeda2a68055d1f404 to your computer and use it in GitHub Desktop.
Sub WriteValues()
Cells(1, 2).Value = "Hello"
Cells(2, 2).Value = "World"
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment