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
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