VBA Reference Guide

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a file that you can download from microsoft that would contain all of the VBA references needed for the office suite. I have been looking but I cannot find anything. There is a windows scripting file but that does not contian the information that I am looking for

TIA
 
If you a list of all VBA objects, methods, properties, then NO, the critter
does no exist.

You can use the Object Browser within VBA to find things.

--
http://www.standards.com/; See Howard Kaikow's web site.
SlickZ said:
Is there a file that you can download from microsoft that would contain
all of the VBA references needed for the office suite. I have been looking
but I cannot find anything. There is a windows scripting file but that does
not contian the information that I am looking for.
 
Slick

Also. In VBE click Help and Answer Wizard. Type in "application"(no
quotes)>search.

Click on the green "Application" bar to get a hierarchy lsiting.

Work your way around from there, clicking on Methods, Properties etc.

Follow the red arrows for more hierachies.
 

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