T
TimDouglas
Hi,
I am creating a template that uses autotext entries taken from text boxes
and then updated throughout the document.
Dim AutoText As String
AutoText = TextBox_AutoText.text
NormalTemplate.AutoTextEntries("TextEntry").Value = AutoText
All the instances of TextEntry are then updated.
However, when i create a new document based on the template, word tries to
insert the auto text entries saved from that template, rather than
normal.dot, which is obviously where these auto text entries are being
stored. Is there any way to store the autotext entries into the other
template, rather than normal.dot?
Thanks for your help,
Tim
I am creating a template that uses autotext entries taken from text boxes
and then updated throughout the document.
Dim AutoText As String
AutoText = TextBox_AutoText.text
NormalTemplate.AutoTextEntries("TextEntry").Value = AutoText
All the instances of TextEntry are then updated.
However, when i create a new document based on the template, word tries to
insert the auto text entries saved from that template, rather than
normal.dot, which is obviously where these auto text entries are being
stored. Is there any way to store the autotext entries into the other
template, rather than normal.dot?
Thanks for your help,
Tim