View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jim Aksel Jim Aksel is offline
external usenet poster
 
Posts: 12
Default Adding Help Text to Newly Created Functions

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