SMS-it support forum    


Welcome to the SMS-it support forum.
Before entering a query/request please search the forum to see if someone else has asked the question before.
Please feel also free to respond to queries from other users if you have experienced the same type of problem and found a solution to it. 
Our support team will monitor this forum and endeavour to provide answers to the queries posted.
Please make sure to post your query to the right forum as there is a separate forum for each application provided by MAW Software.

Show messages for: Last 7 days Last 30 days All (Digest of all)


Back to the forum

On Thursday , the 05.02.2002, MAW Support wrote at 10:05:27 :

Re: command line example

On Wednesday , the 05.01.2002, MAW Support wrote at 14:20:44 :

Re: Re: Bulk sending

Neil,

Here is a little macro you could use in Excel to loop through a number of cells and submit messages to SMS-it.
This is intended as sample only and is far from being professional.

Hope this helps..

Rds
TL

**************************************************
Private Sub bSubmit_Click()
Dim sMessage As String
Dim sNumber As String
Dim I As Integer
Dim AppId As Double

For I = Cells(2, 5) + 1 To Cells(3, 5) + 1
sNumber = Cells(I, 1).Text
sMessage = Cells(1, 5).Text
AppId = Shell("C:\SMS-it\SMS-it.exe SMST [SMS:" & sNumber & "] " & Chr(34) & sMessage & Chr(34))
'Wait for Shell to finish
FileLengthBefore = FileLen("C:\SMS-it\Messages.DB")
Do While FileLengthBefore = FileLen("C:\SMS-it\Messages.DB")
DoEvents 'Wait for filesize to change
Loop
Next
End Sub







Post reply:

Name:
E-Mail:
Subject:
Message:
SPAM code displayed
next to this:

CGIForum (C) Markus Triska


Home to