I've got a bunch of labels (form version) on a worksheet. I want a single event to fire when any one of these is clicked.
I would be able to do this with a class event if the controls were actually on a form, but these are on the worksheet. I can do some rudimentary things with class modules, but I don't really understand what I'm doing, so I don't know if this is the way to go about it or not.
I simply don't want to have a ton of LabelXX_Click() procedures (one for each label), each pointing to my procedure with the actual code I want to run.
Thanks!
I would be able to do this with a class event if the controls were actually on a form, but these are on the worksheet. I can do some rudimentary things with class modules, but I don't really understand what I'm doing, so I don't know if this is the way to go about it or not.
I simply don't want to have a ton of LabelXX_Click() procedures (one for each label), each pointing to my procedure with the actual code I want to run.
Thanks!