Quote:
Originally Posted by Laide Onabanjo
How do I write a simple VBA code to send and receive mobile phone text
|
Sending is normally done through some SMS gateway . What service re you using for your SMS gateway?
It is also possible to send Text messages via email if you now the recipient's provider.
I have never tried to receive text message with VBA. Not sure if it is even possible. My guess is you would use the some API calls for the gateway to receiving similar to sending. Only a guess.