T
TooTall
I am new to Visio VBA and cannot figure this out. I've looked at all of the
examples.
I have a macro that executes on double-click. I want to take the Selection
(selected object) rotate it 180, flip it, and turn on a fill pattern to
indicate its 'backside'. It only works for a simple single shape, and I am
beating my head against the wall trying to figure out how to handle a group
of shapes. I think that to 'fill' the shapes I must first ungroup and then
handle each shape separately, then regroup. How the heck do I do this?
Also, FillPatternKeepFmt wants a string, but the shapesheet only shows the
number. Where can I find a defintion of these strings???
Thanks in advance.
examples.
I have a macro that executes on double-click. I want to take the Selection
(selected object) rotate it 180, flip it, and turn on a fill pattern to
indicate its 'backside'. It only works for a simple single shape, and I am
beating my head against the wall trying to figure out how to handle a group
of shapes. I think that to 'fill' the shapes I must first ungroup and then
handle each shape separately, then regroup. How the heck do I do this?
Also, FillPatternKeepFmt wants a string, but the shapesheet only shows the
number. Where can I find a defintion of these strings???
Thanks in advance.