mirror of
https://github.com/NdoleStudio/httpsms.git
synced 2026-04-26 19:35:50 +03:00
[GH-ISSUE #481] Excel VBA #59
Labels
No labels
In Review
documentation
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/httpsms#59
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DLInvestPro on GitHub (Jul 10, 2024).
Original GitHub issue: https://github.com/NdoleStudio/httpsms/issues/481
I have a spreadsheet with formulas that I am using for my students. I am currently testing the following vba and not seeing success. I think I have everything correct nad yes, I have my api ket in the code. What ma I missing?
Sub SendBulkSMS()
Dim lastRow As Long
Dim i As Long
Dim phoneNumber As String
Dim message As String
Dim apiKey As String
Dim url As String
Dim xmlhttp As Object
End Sub
@AchoArnold commented on GitHub (Jul 10, 2024):
Hello @DLInvestPro
It has to be a
POSTrequest and notGET. unfortunately I don't know VBA. I think you'll have better luck asking chatGPT to create a VBA script for you