Processing selected shape

C

cmjm15

I am developing a routine that lets me edit text that displays on a line I've
drawn in Visio. I double-click the shape and start my own macro which
displays a custom dialog box that gathers the necesssary input from the user.
Then the macro calculates/modifies other text strings that will be
concatenated into a multiline text that is then written back to the shape.
I want to understand how I can retieve the selected shape's ID and therefore
retireve and set its text characters.
 
J

junethesecond

how I can retieve the selected shape's ID ?
Shape.ID property is available.
 
Top