I have a VBA macro in an application whose job is to select a specified
shape. Once it determines which one it is, it does the following:
visioWindow.DeselectAll
visioWindow.Select visioSelect, visSelect
The problem is that the Deselect isn't working, but the select is.
The macro is called from an external routine (a VB routine), so the drawing
does not have focus. But this doesn't explain why the Deselect doesn't work,
but the select does.
Any ideas
Al
>.
>