Skip to content

Instantly share code, notes, and snippets.

@joseph4tw
Created March 7, 2018 12:05
Show Gist options
  • Save joseph4tw/8c5726156abaf05ac89839fcfecde684 to your computer and use it in GitHub Desktop.
Save joseph4tw/8c5726156abaf05ac89839fcfecde684 to your computer and use it in GitHub Desktop.
Option Explicit
Public Sub WriteHello()
Dim cell As Range
Set cell = Selection
cell.Value = "Hello, cell!"
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment