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
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