Procedure to send group SMS

Sachin2k6

Active Member
Joined
Mar 3, 2012
Messages
369
Hi all,

I'm working on a management program for a small company. As one of it's feature i need a procedure which send a prewritten SMS to it's employees using a web service like fullonsms.com (10 employees at a time.).

Is it possible by VBA code? If yes ,Can any one give me the source code??

Thanks in advance
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
any one..........

I am sure somebody will eventually find a way to do it, but I have not yet seen any postings related to SMS via Excel VBA or even Outlook VBA. But there is plenty of information on sending email via Excel VBA and that can be found through the search procedure. Or if you have a specific question regarding email with VBA, post it and somebody will probably respond to it.
 
Upvote 0
Is it possible? Yes. Do you have any code written so far?

It will be difficult to find someone to write your entire code for you. Far better to post what you have tried so far and where you are stuck.
 
Upvote 0
I'm in the process of learning VBA? Do not have so much experties right now to right such kind of code. That's why I'm looking someone's help to give me clue to start with.
 
Upvote 0
I'm guessing by your avatar you are in India. Didn't they just issue a temporary ban on SMS?
 
Upvote 0
I'm guessing by your avatar you are in India. Didn't they just issue a temporary ban on SMS?

Ban is for Bulk SMS. One can send up to 100 SMS per day.

My need is for only 40-50 SMS. And also ban would be withdrawn after the the condition becomes normal.

Apart all it is a topic to gain advanced knowledge of VBA.

Can you give some clue to start with?????
 
Upvote 0
OK. What phone carrier are your employees using? They might have a gateway you can leverage.

Ex: You can send SMS to a T-Mobile user using phonenumber@tmomail.net .
 
Upvote 0

Forum statistics

Threads
1,213,534
Messages
6,114,185
Members
448,554
Latest member
Gleisner2

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