I have a form with many buttons. Most of these buttons have a .tag field where I identify their function (numeric field)
Every button, on click, should execute same code
Yes, use WithEvents. An example can be found here:
Create Windows Phone Colour Palette and Selector using WithEvents