Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
<<Export the module and open from file in a text editor.
After the function name include the description attribute, eg Function foo(arg) Attribute foo.VB_Description = "first line of info\r\nSecond line more info" ' your code End Function The \r\n in the string will force a new line (max 2 lines in xl97, 3 in later versions) or just allow to wrap. Save and import back into your project (drag from file) after removing the old bas. Great tip! I'll definitely save this one for future use! I don't know why setting the Description doesn't work in my installation. -- Thanks, Bill Renaud |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Automatically add a textbox to a user form based on user requireme | Excel Programming | |||
User form ComboBox Items: Remember user entries? | Excel Programming | |||
How to: User Form to assign a user defined range to a macro variab | Excel Programming | |||
User Defined Functions - Help Text - Make it Easy for the User | Excel Programming | |||
How to: Make user click End User License Agreement acceptance | Excel Programming |