P
Peter
Can VBA process autotext (quickparts) stored in the current document?
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
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