M
Mark
I have autotext stored in aglobal template which I callupon from code stored
in that global template and place it in the current document:
Selection.EndKey Unit:=wdStory ' goto end of document
ThisDocument.AttachedTemplate.AutoTextEntries(sMG12).Insert Where _
:=Selection.Range, RichText:=True 'Insert autotext entry
For some strange reason, this has stopped working, can anyone assist me with
a solution, please?
in that global template and place it in the current document:
Selection.EndKey Unit:=wdStory ' goto end of document
ThisDocument.AttachedTemplate.AutoTextEntries(sMG12).Insert Where _
:=Selection.Range, RichText:=True 'Insert autotext entry
For some strange reason, this has stopped working, can anyone assist me with
a solution, please?