VBA info

F

feagin

Also, is there a good website with elementary discussions
of VBA screens in Word 2002, and sample macros? Thanks
 
J

Jonathan West

feagin said:
Also, is there a good website with elementary discussions
of VBA screens in Word 2002, and sample macros? Thanks


www.mvps.org/word/

In particular, take a look at these introductory articles



Creating a macro with no programming experience using the recorder
http://www.mvps.org/word/FAQs/MacrosVBA/UsingRecorder.htm

Getting To Grips With VBA Basics In 15 Minutes
http://www.mvps.org/word/FAQs/MacrosVBA/VBABasicsIn15Mins.htm

What do I do with macros sent to me by other newsgroup readers to help me
out?
http://www.mvps.org/word/FAQs/MacrosVBA/CreateAMacro.htm


--
Regards
Jonathan West - Word MVP
MultiLinker - Automated generation of hyperlinks in Word
Conversion to PDF & HTML
http://www.multilinker.com
 
M

Mark Tangard

I've never seen a good one. I've seen a lot of lousy ones.
The most detailed site for beginners -- imperfect but decent,
is actually Microsoft's -- but oddly enough it's the VBA
Programmer's Guide for *Office 97*:

http://www.microsoft.com/officedev/articles/Opg/toc/FULLTOC.htm

The concept are the same, as is probably 99% of the code.
Just be aware of the outdated nature ('97 isn't even supported
anymore) if you come across anything that doesn't make sense.

There's also a wealth of macros at the MVP site, but much of it
is aimed at specific problems and perhaps not 'elementary' in
the sense you intend. However, any beginner should read most
of the article on the 'Beginners's Tips' section of the site's
Macros/VBA tab. Notably most helpful for me, and still IMHO a
'must read,' is Bill Coan's 'Getting to Grips with VBA in 15
Minutes.'
 

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

Top