srinivasan1129
New Member
- Joined
- Apr 20, 2011
- Messages
- 13
Dear all,
I have customer name in excel and i need to send sms to them. I have web page having the following tags/textbox to fill up.
Mobile number
Farmer name
Message
Click send SMS button
Data i got
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Mobile number[/TD]
[TD]Farmer name[/TD]
[TD]Message[/TD]
[/TR]
[TR]
[TD]9489535665[/TD]
[TD]srinivasan[/TD]
[TD]Pls join us[/TD]
[/TR]
[TR]
[TD]9489706970[/TD]
[TD]Varadhan[/TD]
[TD]Pls take to park[/TD]
[/TR]
[TR]
[TD]8098104714[/TD]
[TD]Balu[/TD]
[TD]Pls come to park station[/TD]
[/TR]
</tbody>[/TABLE]
Pls help me to get VB code.
Just copy the values in excel and paste it in webpage and click send button with loop
I have customer name in excel and i need to send sms to them. I have web page having the following tags/textbox to fill up.
Mobile number
Farmer name
Message
Click send SMS button
Data i got
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Mobile number[/TD]
[TD]Farmer name[/TD]
[TD]Message[/TD]
[/TR]
[TR]
[TD]9489535665[/TD]
[TD]srinivasan[/TD]
[TD]Pls join us[/TD]
[/TR]
[TR]
[TD]9489706970[/TD]
[TD]Varadhan[/TD]
[TD]Pls take to park[/TD]
[/TR]
[TR]
[TD]8098104714[/TD]
[TD]Balu[/TD]
[TD]Pls come to park station[/TD]
[/TR]
</tbody>[/TABLE]
Pls help me to get VB code.
Just copy the values in excel and paste it in webpage and click send button with loop