View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Muxer Muxer is offline
external usenet poster
 
Posts: 5
Default Commenting custom formula fields/formula on formula editor

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!