how to get the control of the shape residing in the active cell of my sheet? I mean to say, is there a way i can say: Excel.Shape sh = MyApplication.ActiveCell.get_Shape(); or something like that so that I get the shape's control and further I can use it. Regards