K
kurt
Hello,
I'm trying to write a macro that inserts an autotext entry
from a template other than the Normal.dot.
In the code, NormalTemplate.AutoTextEntries("cbo").Insert
Where:=Selection.Range, _RichText:=True
when I try to replace Normal with the name of my global
template where the "cbo" autotext is found, I get an error
message.
In a macro,how can I tell Word to look on any other
template, or on all active templates to find autotexts?
Much appreciation!
Kurt
I'm trying to write a macro that inserts an autotext entry
from a template other than the Normal.dot.
In the code, NormalTemplate.AutoTextEntries("cbo").Insert
Where:=Selection.Range, _RichText:=True
when I try to replace Normal with the name of my global
template where the "cbo" autotext is found, I get an error
message.
In a macro,how can I tell Word to look on any other
template, or on all active templates to find autotexts?
Much appreciation!
Kurt