ive tried to do it as it should be, through creating a module and then putting
Private Sub btnTexts_Click()
sendSMS "118-324-1616", "7919158140", "Sending SMS is easy with Twilio!"
End Sub
behind a btn on click event. i have now got a
Compile error
variable not defined
with
accountSid...