ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Macro problems with Microsoft NT/XP (https://www.excelbanter.com/excel-programming/351534-macro-problems-microsoft-nt-xp.html)

Shadok

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!


Giles[_2_]

Macro problems with Microsoft NT/XP
 
In XP the Messenger service is turned OFF by default. This is required to
send/receive Net Send messages

"Shadok" wrote:

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!


Shadok

Macro problems with Microsoft NT/XP
 
Ok, but where can I find this option ?

"Giles" wrote:

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

"Shadok" wrote:

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!



All times are GMT +1. The time now is 04:13 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com