VBA Codes

G

Guest

I am new to VBA Codes and would like to get an understanding of the codes and
their meaning. Is there a site I can visit that has the codes and their
meanings listed? Any help for an address is very much appreciated.

Thanks,
smck
 
G

Guest

Microsoft Office (and Excel) comes with the VBA On-line help, with detailed
documentation for all VBA vocabularies.

However, such help files are not installed by default. You need to manually
choose to have them installed during the installation process. (Choose
customize during install.)

After you have the VBA on-line help installed, go to VBA Editor (from the
Tools menu, choose Macros, then choose Visual Basic Editor), from the Help
menu, choose "Visual Basic Help", and you'll see the VBA Documentation.

Another good way is to read a VBA programming book for beginners. I would
recommend the Microsoft Press titles:

"Microsoft Excel 2002 Visual Basic for Applications Step by Step"
"Microsoft Excel 2003 Programming Inside Out"

The first one is very good for beginners. But there doesn't seemed to be an
Excel 2003 version. But the 2002 version is already enough and there
shouldn't be much changes in Excel 2003.

Regards,
Edwin Tam
(e-mail address removed)
http://www.vonixx.com
 
B

Bob Phillips

Get hold of John Walkenbach's Excel VBA Programming For Dummies ISBN:
0-7645-7412-4
 

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

Similar Threads


Top