Hello,
And thank you for looking at this problem I have, I'm new do this and trying to teach myself VBA and have come across this little problem I have a text box on a form and wish to update the next empty cell in the column when a add button is clicked the code I'm using is as follows:-
Code
Private Sub AddButton1_Click()
TextBox3.Value = Sheets("Data").Range("A65536").End(xlUp).Select
End Sub
Any help will be much appreciated.
Thanks
Naf