Sending SMS from excel

Y

yshridhar

Is there any way to send SMS from excel using VB code?
Thanks in advance
regards
Sreedhar
 
J

Joel

The answer would be a qualified Yes. You would need to have a PC with the
SMS services installed. Under this envrnoment you should have the sms.dll.

From excel you can call any DLL as long as you declare the functions in the
VBA code.
 
Top