Skip to content

Instantly share code, notes, and snippets.

@devinrader
Created June 26, 2013 20:29
Show Gist options
  • Save devinrader/5871337 to your computer and use it in GitHub Desktop.
Save devinrader/5871337 to your computer and use it in GitHub Desktop.
For i = 1 To Selection.Rows.Count
SendSMS "+17045943984", Selection.Cells(i, CONTACTNUMBERCOLUMNINDEX), Me.txtMessage
Next i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment