I need to learn how to create macros, if-then statements, etc. for generating
documents. Where/what is the best learning source?

Thank you.

Re: Macros and VBA by Jonathan

Jonathan
Wed May 25 10:46:59 CDT 2005


"inadmissible3" <inadmissible3@discussions.microsoft.com> wrote in message
news:B13B997A-FD67-41F0-8E9B-32587DAF8399@microsoft.com...
>I need to learn how to create macros, if-then statements, etc. for
>generating
> documents. Where/what is the best learning source?

Start out by taking a look at these articles

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

How to modify a recorded macro
http://www.word.mvps.org/FAQs/MacrosVBA/ModifyRecordedMacro.htm

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

How to create a Userform
http://www.word.mvps.org/FAQs/Userforms/CreateAUserForm.htm

There are lots of other articles on macros at http://www.word.mvps.org/.
Have a look at some of them once feel you have understood the basics.

Then hang around here and experiment with the code samples people provide to
solve specific problems. Experiment with changing them and see what happens.
This will give you a good feel for the sorts of problems people solve with
macros.

Then try a small project or two of your own. If you get stuck, post a
question back here.


--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org


Re: Macros and VBA by Howard

Howard
Wed May 25 11:36:36 CDT 2005

Steve Roman's book Writing Word Macros.

Also see http://www.standards.com/index.html?WordVBABooks.

--
http://www.standards.com/; See Howard Kaikow's web site.
"inadmissible3" <inadmissible3@discussions.microsoft.com> wrote in message
news:B13B997A-FD67-41F0-8E9B-32587DAF8399@microsoft.com...
> I need to learn how to create macros, if-then statements, etc. for
generating
> documents. Where/what is the best learning source?
>
> Thank you.