How do I set up Macros?

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

Guest

i am trying to learn how to set up macros in a word document, can anyone give
me instructions?
 
Hi,

1) Learn Word. Writing macros only works well if you know what tools are
already built in. Otherwise you spend weeks trying to duplicate a function
you can call from a menu or with a single command. See the users guide below
for starters.

2) Take a look at http://word.mvps.org/FAQs/MacrosVBA/VBABasicsIn15Mins.htm.

3) Macros are usually kept in templates rather than documents. For more on
the different kinds of templates, tabs on the file new dialog, and locations
of templates folders see http://addbalance.com/usersguide/templates.htm.
--

Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
 
4) Pick one or two specific things you are trying to accomplish and work on
those. Try recording a macro or writing one to accomplish what you are
trying to do. (Recording will get you code to work with, probably not the
best code, but it is a start.) Debug and ask for help in the
word.vba.beginners newsgroup.

5) Pick up Steve Roman's book on Word Macros.
--

Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
 
Back
Top