Please help!!
I have a userform for data entry and i want the textbox3 on this userform to display the last entry (an 8 digit code) in column E when the commandbutton is pressed to enter the data.
i am using the below code and cannot get it to work.
TextBox3.Value = Worksheets("Sheet1").Range("E1").End(xlDown).Value
Using excel 2013
Ryan
I have a userform for data entry and i want the textbox3 on this userform to display the last entry (an 8 digit code) in column E when the commandbutton is pressed to enter the data.
i am using the below code and cannot get it to work.
TextBox3.Value = Worksheets("Sheet1").Range("E1").End(xlDown).Value
Using excel 2013
Ryan