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