P
Peter
I have a VBA addin which allows the user to insert tables and text whcih are
stored as autotext entires. Unfortunately some of the autotext entries get
inserted into the doucment in a FRAME. When I store the autotext it is NOT in
a frame and I have no idea why sometimes the inserted autoetxt is in a frame
.... Does anyone have any suggestions for how I can ensure that the autotext
is NOT inserted in a frame or how I can programatically remove the frame in
VBA??
Below is the VBA code that I am using to insert the rubric
NormalTemplate.AutoTextEntries(eRubricName).Insert Where:=aRange, _
RichText:=True
And the followign screen movie shows it being inserted and the frame bwing
removed
http://www.screencast.com/t/NjA4ZjRjOW
Any assistance very gratefully received.
Peter Evans
stored as autotext entires. Unfortunately some of the autotext entries get
inserted into the doucment in a FRAME. When I store the autotext it is NOT in
a frame and I have no idea why sometimes the inserted autoetxt is in a frame
.... Does anyone have any suggestions for how I can ensure that the autotext
is NOT inserted in a frame or how I can programatically remove the frame in
VBA??
Below is the VBA code that I am using to insert the rubric
NormalTemplate.AutoTextEntries(eRubricName).Insert Where:=aRange, _
RichText:=True
And the followign screen movie shows it being inserted and the frame bwing
removed
http://www.screencast.com/t/NjA4ZjRjOW
Any assistance very gratefully received.
Peter Evans