Thread: COM Addin Help
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Satish Badiga Satish Badiga is offline
external usenet poster
 
Posts: 1
Default COM Addin Help

Hi,

I developed COM addin for excel in C#, We have many number of functions in
our addin. The user will type some function name in excel and then he clicked
on function wizard(fx) button. It will show function wizard with the argument
names, In that will show the link called as "Help on this function". When the
user clicked on that link, my own custom help should open, How can I do that.

I am expecting positive response from somebody.