--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
"raoul" <ra...@discussions.microsoft.com> wrote in message
news:7E2CB394-BD06-452D...@microsoft.com...
> Are macros another option for sharing templtes between computers?
>
> Thanks
For longer, more heavily formatted chunks of text, use AutoText. AutoText is
saved in templates. See http://word.mvps.org/FAQs/Customization/AutoText.htm
and http://word.mvps.org/FAQs/Customization/WhatTemplatesStore.htm
--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
"raoul" <ra...@discussions.microsoft.com> wrote in message
news:AA6C5781-8CE7-4DC2...@microsoft.com...
> I'm trying to set up templates or macros to minimize typing by my
> transcriptionist. So for example, she enters " HP1" and a pre-formatted
text
> or paragraph is automatically inserted to replace HP1
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://word.mvps.org/FAQs/ 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.
The macro you need becomes very complex.
On 28/3/06 12:00 AM, in article
7E2CB394-BD06-452D...@microsoft.com, "raoul"
<ra...@discussions.microsoft.com> wrote:
> Are macros another option for sharing templtes between computers?
>
> Thanks
--
Please reply to the newsgroup to maintain the thread. Please do not email
me unless I ask you to.
John McGhie <jo...@mcghie.name>
Microsoft MVP, Word and Word for Macintosh. Consultant Technical Writer
Sydney, Australia +61 (0) 4 1209 1410
Simply done; Tools - Macro - Record New Macro. Select from the drop-down to
store it in the document. While recording, programme just two or three of
your autocorrects, then stop. Then Edit the macro; you will see the code for
the actual autocorrect is, for example:
AutoCorrect.Entries.Add Name:="a'#", Value:="á"
(remove the redundant code between.) Copy and paste that line over and over
again and type your autocorrects in each side. Easy as pi!