Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Solution to ALL Microsoft Excel Problems | Excel Discussion (Misc queries) | |||
Copy/Paste problems to Microsoft Word | Excel Discussion (Misc queries) | |||
Macro between Microsoft products?? | Excel Discussion (Misc queries) | |||
Microsoft Excel Macro | Excel Programming | |||
Problems executing Excel VBA code in Microsoft Office 2003 | Excel Programming |