View Single Post
 
Old 11-15-2012, 10:54 PM
NP85 NP85 is offline Windows XP Office 2003
Novice
 
Join Date: Nov 2012
Posts: 6
NP85 is on a distinguished road
Default

The content is coming from the normal.dot file and the macro i have recorded (also in the normal.dot file) is:

Code:
 
Sub AutoSubdivision()
    Selection.TypeText Text:="Subdivision"
    Selection.Range.InsertAutoText
End Sub
Reply With Quote