Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can a simple message be sent by Excel to another network computer using what
I believe was once called "DOS Messaging"? -- D.S. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Something like
Shell "Net Send " & Computer_or_user_name & " " & Your_message should work. If you have problems please post back -- Message posted from http://www.ExcelForum.com |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Haven't got the syntax figured out.
path=d:\windows\system32\net.exe Computer name = mycomputer message="this is a test" How would I write the code? "Kieran " wrote in message ... Something like Shell "Net Send " & Computer_or_user_name & " " & Your_message should work. If you have problems please post back. --- Message posted from http://www.ExcelForum.com/ |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This will send the message <test to all on my home network
shell "net send * test" I'm not have success sending to an individual computer or user. For example: command line shell "net send mycomputer test" does not send a message to my computer (computer name = mycomputer). nor does command line shell "net send johndoe test" (user name = johndoe) d.s. "D.S." wrote in message ... Haven't got the syntax figured out. path=d:\windows\system32\net.exe Computer name = mycomputer message="this is a test" How would I write the code? "Kieran " wrote in message ... Something like Shell "Net Send " & Computer_or_user_name & " " & Your_message should work. If you have problems please post back. --- Message posted from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Data Validation - On_Error messaging | Excel Worksheet Functions | |||
code -message box not messaging | Excel Discussion (Misc queries) | |||
Instant messaging | Excel Programming |