[Solved] VBA code to auto serial number in column A after my userform entered data in column B
The code behind this is very simple and designed for you to start on a blank sheet with Row 1 being your header row. It’s dynamic so essentially plug and play. Just call on the sub with whatever code you have for entering in the other data. Sub SerialCode() Dim ws As Worksheet Dim lastSerial, … Read more