This one is probably super easy for you guys...need to figure out how to set a variable to the largest value in a column plus one...example:
C1 = 5
C2 = 3
C3 = 4
C4 = 1
New value would be 6.
Dim NewValue as Long
NewValue = (insert formula here) + 1
Thank you for your help & time!
C1 = 5
C2 = 3
C3 = 4
C4 = 1
New value would be 6.
Dim NewValue as Long
NewValue = (insert formula here) + 1
Thank you for your help & time!