P
PaulM
I am a novice Visio programmer.
I have a shape with text in it, that I want to append more text.
The first few characters (or run) have a different style than do the last
characters.
My simplistic attempt was to do:
shape.text = shape.text + newtext
This appended the text, but also changed the formatting for all characters
to match that of the first run of characters.
Can anyone suggest a method (preferably a code example) to append using the
character style of the last character in the existing text?
Thanx
I have a shape with text in it, that I want to append more text.
The first few characters (or run) have a different style than do the last
characters.
My simplistic attempt was to do:
shape.text = shape.text + newtext
This appended the text, but also changed the formatting for all characters
to match that of the first run of characters.
Can anyone suggest a method (preferably a code example) to append using the
character style of the last character in the existing text?
Thanx