Macro problems with Microsoft NT/XP

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I wrote a simple code to send pop up messages by net to particular user with
Microsoft NT and Excel97:

Private Sub Envoie_Click()
Shell ("net send " & mat & " " & mess)
End Sub

But we changed to XP, and this code does'nt work anymore. Where is the
trouble ?
Thanks for your help!
 
In XP the Messenger service is turned OFF by default. This is required to
send/receive Net Send messages
 
Ok, but where can I find this option ?

Giles said:
In XP the Messenger service is turned OFF by default. This is required to
send/receive Net Send messages
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top