View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
DaVinci DaVinci is offline
external usenet poster
 
Posts: 2
Default network notification from excel macro

You can use SHELL command which runs an executable program.

SHELL "NET SEND jason.falls 'message here'"

Regards.

"TxRaistlin" wrote:

Hi everybody,

Is there a way to send a network message to a particular user on a network
from an excel macro?

I know that from dos, it would be done as follows:

NET SEND jason.falls "message here"

I am looking for something similar for the end of a macro.

Thanks

Jason Falls