K
Kurt
Hi
i tried to change the text of a shape with the following statements
.....
If vsoShape.IsOpenForTextEdit = True The
vsoShape.Text = 'test
End I
......
Some shape-texts are always editable (for example UML-Actor), others never (for example UML-UseCase). The same behaving occurs when i use the character-property instead of the text-property
1. Why
2. How can i make a shapetext editable
thanx
i tried to change the text of a shape with the following statements
.....
If vsoShape.IsOpenForTextEdit = True The
vsoShape.Text = 'test
End I
......
Some shape-texts are always editable (for example UML-Actor), others never (for example UML-UseCase). The same behaving occurs when i use the character-property instead of the text-property
1. Why
2. How can i make a shapetext editable
thanx