Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
on a sheet with several drawing objects, how can I programmatically determine if / which is selected ? Regards, H.G. Lamy |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try:
Sub WhichShape() MsgBox Selection.Name End Sub -- Gary''s Student - gsnu201001 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you !
hg "Gary''s Student" wrote in message ... Try: Sub WhichShape() MsgBox Selection.Name End Sub -- Gary''s Student - gsnu201001 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I have a problem with determining if a shape is selected. | Excel Programming | |||
Identifying the selected Shape | Excel Programming | |||
VBA Help with changing shape color for selected shapes only | Excel Programming | |||
Data on the clipboard is not the same size and shape as the selected area.. | Excel Programming | |||
Mouse-move flicker, modeless form & shape selected | Excel Programming |