how to get function description

  • Thread starter Thread starter abin
  • Start date Start date
Don't quite understand what you're looking for, but as a guess, this will
display all the formulas that are in your sheet:
<Tools> <Options> <View> tab,
Under "Windows Options", check "Formula" box.

This can also be easily toggled on and off by hitting:
<Ctrl> + <`> (the key under Esc).
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


does anyone know how to get function description in my own
program?
thanks
 
abin

Will take a guess at this.

You could do this manually if you just want a description of the Function and
an example.

Tools>Macro>Macros. Type in the name of your Function then Options. Type in
a description as below.......

This Function Places the Workbook Created Date in a cell. usage is:
=CreaDate()

Note: You cannot enter arguments descriptions in this manner.

You could do it using Laurent Longre's FUNCUSTOMIZE.DLL downlaodable in a
*.ZIP file from his site. If you go this route, check out the Demo that comes
with it.

http://longre.free.fr/english/index.html#FunCustomize

Gord Dibben XL2002
 
RagDyer
Gord Dibben

thanks,but what I mean is how to get this description with VBA.
do you have any idea?
thx again
 
Back
Top