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
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.
thanks,but what I mean is how to get this description with VBA.
do you have any idea?
thx again
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.