cancel
Showing results for 
Search instead for 
Did you mean: 

How to get DLL library class,Member,methods while using writing code ?

NileshJadhav2
Level 2
Hi, I have added my DLL file full path & name in object studio's using below steps object -> Initialise page - > double click on information box -> code options. My goal is to get library class & methods while do coding however its not happen(not showing any class or method from mention dll file) When i am selecting same DLL file in VBA, I am getting all class,Member & methods. Could you please assist me ? & let me know if i am doing anything wrong Advanced Thanks
1 REPLY 1

John__Carter
Staff
Staff
The code stage is for execution rather than development - it's not an IDE. I suggest you write the code in another app like Visual Studio then copy across.