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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top