Function List

  • Thread starter Thread starter Yuriy Kuznetsov
  • Start date Start date
Y

Yuriy Kuznetsov

Where is full function list in Excel (2003) and version
that this function appears in Excel. I have problem with
functions that not in old version (InstrRev...)... I think
is very usefull...

TIA
 
Yuriy,

I don't think there is an actual list of VBA or Excel VBA
functions, objects, and methods. The closest you can get is the
Object Browser in VBA (F2).


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 
Chip Pearson said:
I don't think there is an actual list of VBA or Excel VBA
functions, objects, and methods. The closest you can get is the
Object Browser in VBA (F2).

And for the ones you would most be interested in choose
VBA in the first dropdown instead of <All Libraries>
after you've used F2 (Object Browser)

Then click on the function (note the icon in front) for short
description below. Or press F1 for the regular Help information
for the function.

If you go through the Help Index (tab) to look at a function, you
can then choose the Contents (tab) so see where it fits in within
Help which is written more or less like a manual with a table of
contents, chapters, subtopics, and an index.

You can go the contents tab of help and look for Functions which
is broken down by the names A-C, D-G, H-L, M-P, Q-Z.
You can expand each and then scroll up and down on the contents.
The next time you enter help and look at contents the entries will
be collapsed.
 

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.

Ask a Question

Back
Top