Hello all,

on a small userform I have about 35 similar label, where a double-click on any of them should update a single textbox.
I know I could assign something like :
Private Sub label1_dblclick (....)
bla bla bla
end sub
to each label individually, but can I assign one even to all of them?

thanks for the help
michael