Im trying to publish some figures as a text message to mobile phone users.
Some one has sorted this out the text messaging side for me, with something that runs in a macro.
The problem I have is in this macro, the message it sends has to be put in ". What every i type in these " will then be sent, how ever this is in VB and i want it to look at a cell in the excell sheet, and send the text in that.
This is an example of how the SMS is sent, in the macro:
SendSMS("UserName", "Password", "Phone Number", "Message")
Now where it says message, i want that to look at sheet1 cell C7. This is where im stuck as I cant seem to type in a lookup there, and also if i put in " it sends what ever is typed into it.
Can anyone help?!?!?!?!?!?!?
Some one has sorted this out the text messaging side for me, with something that runs in a macro.
The problem I have is in this macro, the message it sends has to be put in ". What every i type in these " will then be sent, how ever this is in VB and i want it to look at a cell in the excell sheet, and send the text in that.
This is an example of how the SMS is sent, in the macro:
SendSMS("UserName", "Password", "Phone Number", "Message")
Now where it says message, i want that to look at sheet1 cell C7. This is where im stuck as I cant seem to type in a lookup there, and also if i put in " it sends what ever is typed into it.
Can anyone help?!?!?!?!?!?!?