I have 10 command buttons which all do very much the same thing, just for different cells. The interface requires that I have the 10 separate buttons. Instead of having 10 separate CommandButton_Click procedures is it possible to have all of the buttons call the same event handler in my code when any of them are clicked?

Thanks

Joe