View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Graham[_7_] Graham[_7_] is offline
external usenet poster
 
Posts: 2
Default How to call COM Add-In functions from a macro

I am new to COM Add-Ins and have implemented the
Microsoft example:
HOW TO: Build an Office COM Add-in by Using Visual
Basic .NET
Reg: http://support.microsoft.com/default.aspx?
kbid=302896

This worked fine. However, it only shows how to include a
user defined button. I wish to add additional member
functions to the connect class, or a new class, that can
be called from macros within Excel.

I am using vb.Net 2002 and Excel XP.

Any help much appreciated.


Regards: