Thanks, John.
Beore I go to the trouble of shifting to a form, are you telling me that
there's not even an API call I can make that will show the selection handles?
(Based on what you said, I tried putting the select in its own sub(), but
when I exited that and then issued the MsgBox, the shape still showed as
unselected. :-( )
> The shape won't show as selected till the sub ends. Maybe you could try using
> a modeless form instead of a msgbox?
[quoted text clipped - 13 lines]
> >
> > Thanks.
Dave,
Shyam Pillai, a fellow MVP, has sample code on his web site to
determine what shape was clicked. You could save that ShapeName to a
variable and after dismissing the Msgbox just select it again via the
variable name.
Brian Reilly, MVP
>Thanks, John.
>
[quoted text clipped - 4 lines]
>when I exited that and then issued the MsgBox, the shape still showed as
>unselected. :-( )
Dave Jenkins - 23 Feb 2008 21:25 GMT
Hi, Brian - thanks.
The problem is: the user has to make a decision based on what he sees as far
as the selected shape goes. Dismissing the MsgBox and *then* showing the
shape involved kind of puts the cart before the horse, in this siuation.
Upon reflection, I think the idea of a modeless form will work quite well -
the user will get the message, see the selection, and can edit or what-have
you and then select choices from the modeless msgbox.
I think I'll give that a try.

Signature
Dave Jenkins
K5KX
> Dave,
> Shyam Pillai, a fellow MVP, has sample code on his web site to
[quoted text clipped - 12 lines]
> >when I exited that and then issued the MsgBox, the shape still showed as
> >unselected. :-( )