How Can I Tell What Button Was Just Clicked?

  • Thread starter Thread starter kenji4861
  • Start date Start date
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.
 
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.
 
(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.
 
Back
Top