Access COM-Addin

D

Daniel Moser

Hi there

How can I access the object of my .dll (e.g. myAddin.dll) which is
loaded on startup?

I've already tried:

Dim myObject As myObjectType
Set myObject = GetObject("","myAddin.myObjectType)

which delivers me an instance of this Object, but not the instance which
initially was created, because all fields of this object have the value
"nothing", although at startup, these fields had a value.

Thanx for any help

Daniel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top