Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 260
Default Network detects if Windows Username is online

hey guys

The below code will return the windows username of the
current user.

Dim UName As String * 255
Dim NN
Dim L As Long: L = 255
Dim Res As Long
Res = GetUserName(UName, L)
UName = Left$(UName, L - 1)
NN = Trim(UName)
MsgBox NN

If you know the username of a person currently signed on
the network, how can you message that user over a network
using the the windows login username?


Thank you
todd Huttnestine
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
sumif detects wrong rows Bony Pony Excel Discussion (Misc queries) 6 October 20th 08 02:14 PM
Excel 2003 slow to open - Network/ Online Related Matt Excel Discussion (Misc queries) 0 June 6th 07 12:26 AM
Track Changes Username with Windows Trying to Excel Excel Discussion (Misc queries) 1 April 1st 07 01:16 PM
Change Tracking by Windows Username Luke Slotwinski Excel Discussion (Misc queries) 3 December 11th 06 02:02 PM
Unable to save file to Windows 98 network folder jj Excel Discussion (Misc queries) 4 March 5th 05 07:59 PM


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"