Sending SMS texts via Excel (desktop version)

RawlinsCross

Active Member
Joined
Sep 9, 2016
Messages
437
Good day,

I'm inquiring about anyone's recent experience on the topic of sending SMS texts via a desktop version of Excel. From looking in on it, most vendors emphasize online versions of excel using OfficeScript but I'm looking for a VBA solution from a desktop version of Excel. Does anyone have any advice on what direction I should be pointed in?

John
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Hi Iroboo - thanks for replying. I'm doing this for a charity organization that I belong to and it's here in Canada. They want me to build something that can email a few hundred phone numbers they have on file (members of the charity) so I wouldn't know their carrier and of your list we only have Virgin anyhow. So I think I would have to go a vendor for this? Thoughts?
 
Upvote 0
I've never used it, but there is an API called TWILIO. You can sign up with them. I think there is a free tier that would possibly be an option. I saw a tutorial on YouTube where they were implementing it with Javascript or Python, but it should work with VBA just the same. Might be worth looking into.
 
Upvote 0
Solution
I've never used it, but there is an API called TWILIO. You can sign up with them. I think there is a free tier that would possibly be an option. I saw a tutorial on YouTube where they were implementing it with Javascript or Python, but it should work with VBA just the same. Might be worth looking into.

Hi Irobbo,

So yes, Twilio does support VBA but their VBA library is discontinued or they don't actively promote/support it. Not all is lost, if you add the MSXML2.XMLHTTP60 object which is included in the Microsoft XML 6.0 library and follow the blog instructions (see below) it works quite well. Thanks for your time and advice.

 
Upvote 0

Forum statistics

Threads
1,214,920
Messages
6,122,267
Members
449,075
Latest member
staticfluids

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top