i inserted 2 arrows into my worksheet, i want to reference the name... i cant seem to find the name, i figure in the properties dialog box it would exist but that would make too much sense. i used this code i found but the msgbox is empty
<code>
CallingShapeName = ActiveSheet.Shapes(Application.Caller).Name
MsgBox CallShapeName
</code>
its 2 simple arrows, 1 points left, 1 points right, they are both blue. i took them from the shapes drop down box in the Insert menu. where can i find the name!? thanks
<code>
CallingShapeName = ActiveSheet.Shapes(Application.Caller).Name
MsgBox CallShapeName
</code>
its 2 simple arrows, 1 points left, 1 points right, they are both blue. i took them from the shapes drop down box in the Insert menu. where can i find the name!? thanks