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
 
Top