Skip to content

Instantly share code, notes, and snippets.

@devinrader
Created June 26, 2013 20:28
Show Gist options
  • Save devinrader/5871319 to your computer and use it in GitHub Desktop.
Save devinrader/5871319 to your computer and use it in GitHub Desktop.
Private Sub btnSend_Click()
Dim i As Integer
For i = 1 To Selection.Rows.Count
‘ Send a text message here
Next i
Me.Hide
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment