Plus la peine de répondre , j'ai trouvé la solution, c'était tout bete:
Dim gr As IADsGroup
Dim s_user As IADsUser
Set gr = GetObject("
LDAP://cn=-----, ou=FR------, ou=------ , ou=FR-SASEB-ITI,ou=------, dc=---,dc=---,dc=----")
For Each s_user In gr.Members
If s_user.FullName = UserInfo(GetUser()) Then
'traitement
End If
Next
Peut etre que ce code servira.

++