![]() |
Send Network Message
I am trying to send a network message to myself without success.
Sub SendNetorkMessage() Dim machinename As String machinename = "Acct010_XP" Shell "NET SEND " & machinename & " 'Good Morning'" End Sub I do not get anything. That is my machine name I am sure. What is incorrect? Thank you, Steven |
Send Network Message
you need to shell a command window with "cmd.exe" , then with that in focus
use SENDKEYS with the text you want to type into the command window "Steven" wrote: I am trying to send a network message to myself without success. Sub SendNetorkMessage() Dim machinename As String machinename = "Acct010_XP" Shell "NET SEND " & machinename & " 'Good Morning'" End Sub I do not get anything. That is my machine name I am sure. What is incorrect? Thank you, Steven |
All times are GMT +1. The time now is 02:02 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com