G
Greg
I am trying to insert preformatted frames in a document.
First just recorded a macro of inserting a frame, but then
I was unable to record the steps for selectiong and
altering the size and fill color.
Next I formatted a frame the way I like and created an
AutoText entry "AddFrame". I can use Insert>Autotext to
insert the frame and I can recorde a macro of preforming
that step. The recorded macro looks like this:
Sub Macro1()
Application.DisplayAutoCompleteTips = True
NormalTemplate.AutoTextEntries("AddFrame").Insert _
Where:=Selection.Range
End Sub
For some reason when I fire this macro nothing happens.
Can anyone explain?
First just recorded a macro of inserting a frame, but then
I was unable to record the steps for selectiong and
altering the size and fill color.
Next I formatted a frame the way I like and created an
AutoText entry "AddFrame". I can use Insert>Autotext to
insert the frame and I can recorde a macro of preforming
that step. The recorded macro looks like this:
Sub Macro1()
Application.DisplayAutoCompleteTips = True
NormalTemplate.AutoTextEntries("AddFrame").Insert _
Where:=Selection.Range
End Sub
For some reason when I fire this macro nothing happens.
Can anyone explain?