Use something like
AddHandler Me.Controls("Button1").Click, AddressOf Button2_Click
AddHandler Me.Controls("Button2").Click, AddressOf Button2_Click
AddHandler Me.Controls("Button3").Click, AddressOf Button2_Click
the rest you should be able to fighre out if you look at the built in help.....