Hello Friends,
I have three shapes in a worksheet with names humayun1, humayun2 & humayun3
I need a vba code which I will assign to all 3 shapes which would change the value of A1 to whatever the name of the shape is
For example: when clicked shape humayun1 then range("A1").value should be "humayun1"
Regards,
Humayun
I have three shapes in a worksheet with names humayun1, humayun2 & humayun3
I need a vba code which I will assign to all 3 shapes which would change the value of A1 to whatever the name of the shape is
For example: when clicked shape humayun1 then range("A1").value should be "humayun1"
Regards,
Humayun