c# Excel add-in with functions --> No Help available

F

Franck

Hi,
Starting to code an add-in for excel which will contain several
financial functions.

Works great... But I'm wondering how to display explanations for my
functions and its parameters (if possible) instead of displaying "No
Help Available"

Thks for help
 
F

Fredrik Wahlgren

Franck said:
Hi,
Starting to code an add-in for excel which will contain several
financial functions.

Works great... But I'm wondering how to display explanations for my
functions and its parameters (if possible) instead of displaying "No
Help Available"

Thks for help

In C++, you would specify the help topics in an idl file. What language do
you use?
/Fredrik
 
J

Jens Thiel

Franck said:
I'm wondering how to display explanations for my
functions and its parameters (if possible) instead of displaying "No
Help Available"

Impossible with automation add-ins.

Jens.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top