G
gregork
Hi
On a user form I want a text box value to be the last value in a row of a
worksheet. i.e.
Private Sub UserForm_Initialize()
Me.TextBox1.Value = Sheets("Blend Sheet").Range ("B3:B500").Text' Last
Row'
How do I change the code to achieve this?
Regards
gregorK
On a user form I want a text box value to be the last value in a row of a
worksheet. i.e.
Private Sub UserForm_Initialize()
Me.TextBox1.Value = Sheets("Blend Sheet").Range ("B3:B500").Text' Last
Row'
How do I change the code to achieve this?
Regards
gregorK