View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chris Wilkinson Chris Wilkinson is offline
external usenet poster
 
Posts: 28
Default List all the groups a user is in

hi,

I either need to list all the groups a user is a member of and, separatly,
all the members of a particular group (in the Active Directory). I can get
the user's name using the API function WNetGetUser, but that is where my
knowledge of these thing ends.

Thanks,
Chris