View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
steve steve is offline
external usenet poster
 
Posts: 576
Default Looking for Excel function to resolve userid to fullname.

Dan,

Try these

MsgBox Application.UserName
MsgBox Application.OrganizationName

--
sb
"Dan U." wrote in message
...
I'm relatively a novice on Excel. However, I am fully
aware of it's capabilities to resolve data and/or
computations based on data.

MS Windows (of various flavors) provides domain user
profile data via the command: net user "username" \domain.
I am hoping there may be some way to caputure this profile
output and resolve userids in an excel table.

Please help.