Question

I am attempting to add a reference to System.DirectoryServices in my VBA application, but cannot seem to find the reference to add. Any help? I have a dll I used with my .NET C# app and I tried adding a copy it as a reference, but it was unable to add (I suspected it might not work, but worth a try). What reference is needed and where is it found for use of DirectoryServices in VBA?

Thanks in advance!

Was it helpful?

Solution

I believe it is the "Active DS Type Library". The prefix is then ActiveDs.

*Note that this is not the .NET library.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top