ok i have figured out how to do so and to run the multi control with the same
code, but my problem is that i need to actually change one of the attributes
of the label box itself, That is the backcolor needs to toggle on each click
"Rob van Gelder" wrote:
Label control from the Controls Toolbar must have separate event handlers -
120 of them.
However, Label control from the Forms Toolbar can be assigned to just one
event handler macro.
You lose some features with the "Forms" label control, but it may suit what
you're after.
--
Rob van Gelder - http://www.vangelder.co.nz/excel
"ben" wrote in message
...
Is there a workaround to run the same code on multiple controls EMBEDDED
INTO
A WORKSHEET. I have the workaround for userforms but say for instance. I
have
about 120 Labels on a sheets, and when I click on any of them I want them
to
all run the exact same code, changing their background color???? Very
annoying to have 120 seperate codes, especially now that I need to change
each and every one to accomodate a new change. Help Please :P
Ben