Hello all, I'm working with an ActiveX EXE with has as reference an ActiveX DLL
I use:
Global bm_dll As BM_ROOTCLASS
&
Set bm_dll = New BM_ROOTCLASS
to set the object.
is it possible to access this same object from a class module within the ActiveX DLL?
I tryed to use: Public bm_dll As BM_ROOTCLASS
but this doesn't work.
