We’ve used many macros designed in Word 97 and have been hesitant to convert to Word 2003 because of the issues. Preconversion I made changes to several macros; however, I’m having trouble with one line. Many macros refer to several Addins, ie.
Templates(STRSTARTUPPATH & “ADDIN-Name of Addin.dot”).AutoTextEntries(“NameOfAutoTextEntry”).Insert where:=Selection.Range, RichText:=True
I get compile errors on this old code and no matter how I change it, I can’t get it to work.
Suggestions?