Adding Help Text to Newly Created Functions

J

Jim Aksel

I am creating a few new functions that are to be visible in the Fx area.
Ordinarily, when I choose a worksheet function, I can get help on that, and
there is text associated with how to use the function in the dialog box. How
do I do that?

My approach has been to insert a Module, code a function:

Public Function HelloWorld(x as string) as string

HelloWorld="Try something more important, " + x

End Function

So, what do I have to add here to get additional information to show up in
the function dialog box?
--
If this post was helpful, please consider rating it.

Jim

Visit http://project.mvps.org/ for FAQs and more information
about Microsoft Project
 

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