T
Terry
Can anyone advise?
I've been trying to copy some styles between documents, and have done it
using...
With ActiveDocument
.UpdateStylesOnOpen = True
.AttachedTemplate = "C:\Program Files\Microsoft
Office\Templates\style.dot"
however, i need to copy the autotext across too.
I've been toying with the idea of using something along the lines of...
MyTemplate.AutoTextEntries.Count
and looping round, copying the name & value across.
Does anyone have any thoughts/experiences they can share?
I've been trying to copy some styles between documents, and have done it
using...
With ActiveDocument
.UpdateStylesOnOpen = True
.AttachedTemplate = "C:\Program Files\Microsoft
Office\Templates\style.dot"
however, i need to copy the autotext across too.
I've been toying with the idea of using something along the lines of...
MyTemplate.AutoTextEntries.Count
and looping round, copying the name & value across.
Does anyone have any thoughts/experiences they can share?