Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

help for functions 1

Status
Not open for further replies.

rgandy

Technical User
Nov 17, 2005
38
US
does anyone know a simple means of developing help for functinos? i want to allow the user to know what should be input in each argument
i cannot seem to find any good info on this specific topic

for example
rectanglearea(height, width)

i want user to see in the function dialog box
when selecting height
"represents the height of the rectangle"

when selecting width
"represents the width of the rectangle
 
rgandy,

Check out the method demonstrated by Microsoft Excel MVP Laurent Longre in Issue 9 of the Excel Experts E-Letter, currently hosted on John Walkenbach's Spreadsheet Page website. Here is the link:
Scroll down to Power Programming Techniques near the end.

The main point is to register UDF's with Excel under custom function categories but it looks like there is the ability to include simple parameter descriptions. This may be what you need.


Regards,
Mike
 
Adding to my previous reply: Laurent Longre has a free Excel Add-In, FUNCUSTOMIZE.DLL, that encapsulates the functionality indicated above. May be worth checking out. Here is the link:

Regards,
Mike
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top