View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Shadok Shadok is offline
external usenet poster
 
Posts: 8
Default 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!