Can VBA process autotext entires (Quickparts) stored in a document

P

Peter

I can process autotext entires that are stored in the normal template using:

For i = 1 To NormalTemplate.AutoTextEntries.Count
With NormalTemplate.AutoTextEntries(i)
....

What VBA can I use to retrieve and process autotext entires (quickparts)
that are stored in the current document?

Any assistance very gratefully received.
Peter Evans
 

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

Top