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.