Hi All,
Something simple here that I am unable to grasp.
Looking to have a userform input data in the next empty row in a range.
Range is called "GoBackLog" and it's essentially a3:a53
I want it to go through column A, find the first empty row, then insert it's values along there.
I have the values down part right, but I can't seem to get to the next row... this is what i have
![]()
Dim NextRow As Long NextRow = Range("GoBackLog").End(xlDown).row + 1
Bookmarks