User Defined Functions

B

Barbara Miles

Is there a way to add a "Help" topic or "Description" to
a user-defined function in a VBA module?
 
T

Tom Ogilvy

Look at macrooptions object.

or, in the object browser, find your project, then module and right click on
your macro name and select properties.
 
Top