Hi
I have an array of buttons
Dim ButtonArray () As Button
ButtonArray = Array As Button (button1, Button2, Button3, Button4, Button5)
when the Action sub of all buttons is.;
sub btnClick_Click
Dim btn As Button
btn = Transmitter....
'how to get the name of the Button who triggered the event??
end sub
regards frank
I have an array of buttons
Dim ButtonArray () As Button
ButtonArray = Array As Button (button1, Button2, Button3, Button4, Button5)
when the Action sub of all buttons is.;
sub btnClick_Click
Dim btn As Button
btn = Transmitter....
'how to get the name of the Button who triggered the event??
end sub
regards frank