Hi, I am trying to create a button to insert a new row into a spreadsheet, automatically generating a new number 1 digit higher than the last. The number in cell A1 is in the format "AB36-12345" and I would like the new row to have the number as "AB36-12346." Alternatively if this is not possible, is there a macro that I can apply to the spreadsheet (already has 1000s of entries with this number format) to split column A to have, "AB36" in cell A1 and "12345" in cell B1. I could then revisit the button option with a +1 solely on column B and "12345". Any help would be good. Thanks