An AutoText entry can contain one or more merge fields. Be sure to use
AutoTextEntries(item).Insert to get it into your document. If you transfer
it through a string, it will lose its field characteristics. (Just found
this out this week, and may have it a bit confused.)

Signature
Charles Kenyon
See the MVP FAQ: <URL: 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.
> Hi all,
>
> My query is about the Autotextentry object. Can it be used to represent a mail merge field? What I was thinking about was creating and sending from
VB6 a list of Autotextentries to Word XP. Then I wanted to use these entries
as mail merge fields in that specific document. Is this possible?
> Thanks in advance,
>
> Peter