Programming Language

  • Thread starter Thread starter Phil Ardussi
  • Start date Start date
P

Phil Ardussi

Every once in a while, snippets of programming language are used to show how
to accomplish certain tasks. For example, I saw at one of the MVP sites a
piece to configure auto-text settings in the "Word Options" section.

To make this work, do you copy the code into a Word macro and execute it or
just where and how to you execute (as in enable, not kill) these procedures?
Do you have to have that particular section, in this case it would be "Word
Options", open when the code is run?

TIA.
 
Every once in a while, snippets of programming language are used to show how
to accomplish certain tasks. For example, I saw at one of the MVP sites a
piece to configure auto-text settings in the "Word Options" section.

To make this work, do you copy the code into a Word macro and execute it or
just where and how to you execute (as in enable, not kill) these procedures?
Do you have to have that particular section, in this case it would be "Word
Options", open when the code is run?

See: http://word.mvps.org/FAQs/MacrosVBA/CreateAMacro.htm
 

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