REPOST: Calling Excel Automation Add-In in VBA
Obviously it's not ideal, but is that even possible? I thought
'Evaluate' could only return things that would make sense in a
spreadhseet - it wouldn't know what to do with a COM object (in my
example, the connection object that gets returned). There should be a
way to get a reference to the automation addin just as there is to get
one from a COM AddIn.
keepITcool wrote:
Sorry. I missed your need to work with the same instance
in worksheet and vba..
I fear you may be limited to using Evaluate method.
or is that unacceptable?
|