thetank
March 28th, 2001, 11:40 PM
I am having trouble with some VB syntax. I would like to pass a variable to the Shell command for NET SEND as follows:
Shell ("NET SEND" & VARIABLE1 & VARIABLE2)
I have tried a few variations of quotation mark placement with no luck. Is this possible to achieve in this case?
Shell ("NET SEND" & VARIABLE1 & VARIABLE2)
I have tried a few variations of quotation mark placement with no luck. Is this possible to achieve in this case?