Hello Friend,
Thank you for your willingness to help!
I am new to VBA coding and I've been assigned a task to maintain a pre-developed access vba tool. while running the code is getting stuck at a particular line where the LDAP serch object is declared. (error msg: Runtime error 429, Active X component can't create object)
Set Obj = CreateObject("ECDLdapSearch.ECDLdap")
I am not sure if I am missing any library. but as I check I can see the following 2 libraries along with few other are already activated.
- Microsoft Active X data object 2.1 library.
- ECDLdapSearch
Thank you for your willingness to help!
I am new to VBA coding and I've been assigned a task to maintain a pre-developed access vba tool. while running the code is getting stuck at a particular line where the LDAP serch object is declared. (error msg: Runtime error 429, Active X component can't create object)
Set Obj = CreateObject("ECDLdapSearch.ECDLdap")
I am not sure if I am missing any library. but as I check I can see the following 2 libraries along with few other are already activated.
- Microsoft Active X data object 2.1 library.
- ECDLdapSearch