D
David T.
I'm new to VBA in Visio and am stuggling with something very basic,
determining the object id of the currently selected object. I've seen many
examples of how to use FromItemID(x) to recover values and set properties but
I have determined how to determine what the id of my currnetly selected
object is.
The simple macro that I am starting with is to first select a box and then
run a macro to make the box line visible, bring it to the front, and enter a
value into one of the customer properties. I can do all this if I can first
determine the object index.
Any help would be appreciated,
Thanks, David
determining the object id of the currently selected object. I've seen many
examples of how to use FromItemID(x) to recover values and set properties but
I have determined how to determine what the id of my currnetly selected
object is.
The simple macro that I am starting with is to first select a box and then
run a macro to make the box line visible, bring it to the front, and enter a
value into one of the customer properties. I can do all this if I can first
determine the object index.
Any help would be appreciated,
Thanks, David