Chris, Howard, et al:

I was looking at this snippet of code that Chris pointed to, whats up with this, it assigns an array, then assigns a variable to point to the array (which using vbs, i thought would have been the same thing) ? :

' Initialize the array of properties to pass to GetInfoEx
PropArray = Array("description", "distinguishedName")

' Make the array a single variant for passing to GetInfoEx
Prop = PropArray

Might want to give it a try Howard but not holding my breath [Wink]

-Shawn