XLL and function tips

  • Thread starter Thread starter swell
  • Start date Start date
S

swell

Hello,

I have started a project for school, and i have to do a XLL.

I have done my first functions and it works! :D

But here is my problem:

When in the workbook if I type =SUM( Excel will tell me the arguments
Now if I type =MyFunc( Excel won't show anything. Is there a way to
have it working?

TIA
 
You can add a brief description of your UDF by going to Tools>Macro>Macros.

Type in the name of your UDF and hit "Options". Add a description and hit OK
then Cancel. Yes......Cancel.

To actually add the arguments you will need something more complex.

To fully customize your User Defined Functions....

See Laurent Longre's website for FUNCUSTOMIZE add-in.

ZIP file also includes a demo file and a how-to-use file.

http://longre.free.fr/english/index.html

UNFORTUNATELY................Ballon/Screen Tips are not available with Laurent's
method.


Gord Dibben Excel MVP

Hello,

I have started a project for school, and i have to do a XLL.

I have done my first functions and it works! :D

But here is my problem:

When in the workbook if I type =SUM( Excel will tell me the arguments
Now if I type =MyFunc( Excel won't show anything. Is there a way to
have it working?

TIA

Gord Dibben MS Excel MVP
 
Hi Gord!

Thanks for your answer, but I was looking for the ballon tips...
Is there a way to have it? Or is it impossible?

Thanks again

Gord Dibben a écrit :
 

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

Back
Top