Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Shell "NET SEND machinename 'Good Evening'"
I think I have my machine name correct. I tried this using my machine name and did not get a response back. What am I doing wrong? Thank you, Steven |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I forgot the spaces
Shell "NET SEND " & machinename & " Good Evening" "Steven" wrote: Shell "NET SEND machinename 'Good Evening'" I think I have my machine name correct. I tried this using my machine name and did not get a response back. What am I doing wrong? Thank you, Steven |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I think you are using machinename as a variable. Try this
Shell "NET SEND" & machinename & "Good Evening" Shell expect a string. The string can be a catenation of other strings like the example above. "Steven" wrote: Shell "NET SEND machinename 'Good Evening'" I think I have my machine name correct. I tried this using my machine name and did not get a response back. What am I doing wrong? Thank you, Steven |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Send Mail to multiple recipients in same network.... | Excel Programming | |||
Send Values from TextBoxes to Specific Sheet on Network? | Excel Programming | |||
How do I send a spreadsheet to a printer outside the network? | Excel Discussion (Misc queries) | |||
Saving to network drive gives unwanted copy or overwrite message | Excel Discussion (Misc queries) | |||
can i send a network msg in visual basics? | Excel Programming |