L
Luc Benninger
I have a global template (myDot.dot) with following VBA code in it to
create a new AutoText entry. This new entry should not be saved in the
Normal.dot but in the myDot.dot:
CustomizationContext = ThisDocument
Selection.CreateAutoTextEntry "AT_Label", "AT_Category"
But it seems that the CustomizationContext instruction has no influence!
The entry is still saved in Normal.dot.
Any hints?
Thanks a lot, Luc
create a new AutoText entry. This new entry should not be saved in the
Normal.dot but in the myDot.dot:
CustomizationContext = ThisDocument
Selection.CreateAutoTextEntry "AT_Label", "AT_Category"
But it seems that the CustomizationContext instruction has no influence!
The entry is still saved in Normal.dot.
Any hints?
Thanks a lot, Luc