thanks for the reply. i was afraid of that.
is there a way to automate transfering it from the normal.dot to
myautotext.dot thru a macro?
thanks
> Unfortunately there is no easy way to do this.
>
[quoted text clipped - 27 lines]
>>
>> thanks
Yes, you transfer AutoText entries from Normal.dot to any particular
other template.
One method is to open the Organizer (Tools > Templates & Add-ins >
Organizer), click the AutoText tab, open the two templates in the two
list boxes, and do what you want.
You can write a macro to do the same. The Application.OrganizerCopy
and Application.OrganizerDelete methods are documented in the VBA
help. (There is no OrganizerMove method; instead, do a copy followed
by a delete.)
Finally, you can work indirectly through an intermediate document.
Download the AutoTextDumper and AutoTextLoader templates from
http://jay-freedman.info and study their code.
What you cannot do, as far as I'm aware, is to automate the selection
of a particular template for the Add AutoText dialog while you're
working in the user interface.
--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.
>thanks for the reply. i was afraid of that.
>
[quoted text clipped - 33 lines]
>>>
>>> thanks
Tony Jollans - 21 Sep 2006 07:32 GMT
Just to add to what Jay has said, using the Organizer does not maintain the
styles. You will need a purpose built or third party application for that .
I don't know if Jay's utilities do it - I guess I should take a look :-)
--
Enjoy,
Tony
> Yes, you transfer AutoText entries from Normal.dot to any particular
> other template.
[quoted text clipped - 60 lines]
> >>>
> >>> thanks
Jen - 11 Oct 2006 14:12 GMT
A quick way is to copy Normal.dot and rename it to your new name.dot. That
saves copying styles and autotext.
A great tool is AutotextMgr at http://www.cdev.co.uk/autotext-manager.htm
There are some cool new features on the way too. Just in testing now.
Regards
Jen
> Just to add to what Jay has said, using the Organizer does not maintain
> the
[quoted text clipped - 73 lines]
>> >>>
>> >>> thanks