View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Mike Middleton Mike Middleton is offline
external usenet poster
 
Posts: 762
Default How to call a COM add-in function from macro in Excel 2007

Sink0 -

I think it depends on whether the developer of the add-in has designed it so
that it "exposes" some of its functions and subroutines. So, I think you
must contact the third-party developer to get more information.

- Mike
http://www.MikeMiddleton.com



"Sink0" wrote in message
...
Hi i am using an third part COM add-In that creats a new TAB at Excel 2007.
This new tab has a lot of functionalities. I want to know if its possible,
and how to call those macros associated with those functionalities by a
macro
create by mysef.

Thaks