Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When you build custom formulas w/ VBA, how do you comment the input fields?
Example: If you click on the edit formula button "=", then click on the functions drop down box and let's say you select "sum" if you click on the "Number1" field at the bottom of the formula editor shows a brief explanation of the data to be typed and a description of the formula itself. How does one do the same thing with code. Regards! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
the following code will give an overall description for your function,
Sub NameFuntion() Application.MacroOptions macro:="Name of your Function", Description:="Your Description" End Sub Not sure how to enter a description for each variable though |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
custom field with custom formula in pivot table! | Excel Worksheet Functions | |||
IF formula and date fields | Excel Worksheet Functions | |||
MAX formula and 'empty fields' | Excel Discussion (Misc queries) | |||
Formula Editor Result Different than the one in the Cell? | Excel Discussion (Misc queries) | |||
Formula editor??? | Excel Worksheet Functions |