I have created all my global macros in a template Add-In that is automatically loaded when Word is opened. In the Project Explorer they are listed under Normal (WLF).
I am trying to call AutoText entries from the WLF Add-In versus copying them to the Normal template on each machine. When I record my keystrokes, it works and shows the follwing code:
Application.DisplayAutoCompleteTips = True
NormalTemplate.AutoTextEntries("MK").Insert Where:=Selection.Range, _
RichText:=True
However, when I insert this into my macro or form, I get an error message that says the requested member of the collection does not exist.
I am using Word 2002 and Windows 2000.
Could someone please explain what I am missing.
Thank you.
Missy Kilde



