View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default Adding hints to my vb functions

You can also do this manually.

With your UDF workbook open got to VBE, select your workbook/project and
ViewObject Browser

Right-click on the UDF name and under Properties you can type a description.

Will show up after saving the workbook/project.


Gord Dibben MS Excel MVP

On Sat, 7 Mar 2009 07:34:06 -0800, BJV
wrote:

I've written several user-defined functions in VB. How do I add the
information or tips that appear at the bottom of the "insert function" dialog
box so my users will have an idea of what the function does?

Thanks,