Macro problems with Microsoft NT/XP
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!
|