How Can I Tell What Button Was Just Clicked?

K

kenji4861

I have a bunch of images on the sheet that calls ONE function.

Is there a way I can tell which button was clicked within the
function?

I'd hate to make a function for each image.
 
D

Dave Peterson

See one technique at your other thread.
I have a bunch of images on the sheet that calls ONE function.

Is there a way I can tell which button was clicked within the
function?

I'd hate to make a function for each image.
 
D

Dave Peterson

(and it used Application.caller)
I have a bunch of images on the sheet that calls ONE function.

Is there a way I can tell which button was clicked within the
function?

I'd hate to make a function for each image.
 
Top