L lhooker Registered User. Local time Today, 09:34 Joined Dec 30, 2005 Messages 423 Apr 18, 2018 #1 Is it possible to send a VBA text message to a cellphone SMS (Text message) ? If so, please provide sample code. Thanks ! ! !
Is it possible to send a VBA text message to a cellphone SMS (Text message) ? If so, please provide sample code. Thanks ! ! !
isladogs MVP / VIP Local time Today, 14:34 Joined Jan 14, 2017 Messages 18,813 Apr 18, 2018 #2 Yes its certainly possible but you need to setup an account and pay for each message sent. I use Twilio for this. There are a couple of threads here about this including: https://www.access-programmers.co.uk/forums/showthread.php?t=291805&highlight=Twilio There are snippets of code scattered throughout the thread but you will need to put in some work on this yourself To get started with code, read this link: Using Twilio with Excel and Access
Yes its certainly possible but you need to setup an account and pay for each message sent. I use Twilio for this. There are a couple of threads here about this including: https://www.access-programmers.co.uk/forums/showthread.php?t=291805&highlight=Twilio There are snippets of code scattered throughout the thread but you will need to put in some work on this yourself To get started with code, read this link: Using Twilio with Excel and Access