Ben Tsui
Posts: 2
Joined: 2006-08-01
|
Hi,
I developed a COM-AddIn for Excel with AddInExpress .NET 2.7
I referenced the COM-AddIn using:
Set remObj=Application.COMAddIns.Item ("HelloWorldAddInShim.Proxy").Object
I'm getting an error when I try to call a public Function that resides in the addin module using:
remObj.CallMethod("HelloWorld")
My reference to ADXRemoteObject didn't seem to have any methods in it. I was wondering where in my addin project I should put my public methods/functions so that I can call them from VBA?
Any help would be most appreciated.
Thanks.
Ben. |
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
|