I’m not sure it’s possible but Im looking for a way to get the name of the button clicked on a userform and store it as a string then remove the first 2 characters so that I can use that to reference a cell row. All the buttons have a generic name of “bt” then a number so “bt2” would end up referring to row 2 and so on. I have a total of 60 buttons and am trying to make easier to code all of them since all that changes is the row number and the reset would stay the same.