Can VBA process autotext (quickparts) stored in the current document?

P

Peter

I can process autotext entries (quickparts) stored in the normal
template using
For i = 1 To NormalTemplate.AutoTextEntries.Count
With NormalTemplate.AutoTextEntries(i)

How can I process autotext stored the active document?

Thanks in advance for any assistance,
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