Hi.
I want my userform to insert unique id for every new entry starting from 1. Could you please take a look at the code below and advise how to edit it to add this feature?
Private Sub OutPutData()
Dim NextRow As Range
Set NextRow = Worksheets("List").Cells(Rows.Count...