Formula:![]()
Private Sub insert_Click()
Dim emptyRow As Long
emptyRow = WorksheetFunction.CountA(Range("A:A")) + 1
Cells(emptyRow, 2).Value = NameBox.Value
I have this VBA code and I wan in A so hereto start numbering from 1 and so onFormula:![]()
Cells(emptyRow, 1).Value =
Bookmarks