Hello,

Is there something like a double click event for shapes.I have a sheet that contains more than 1000 shapes. By clicking twice on a shape, a procedure should start. Untill now i made use of:
- myShapeObj.OnAction = "procedure" and
- ActiveSheet.Shapes(Application.Caller), but this fires the procedure with only one
click on a shape, and thats not what i want this time. Any help is appreciated.
Thanks in advance

Stranno