daseffects
Technical User
I'm looking to load a range of text values from a sheet into a textbox on a userform. Am I even close w/ the below?
Private Sub Userform_initialize()
Load UserForm1
Userform1.Textbox1 = Range ("Sheet1!A1:A3"
End Sub
I do not want the userform to over write the range. Looking for just a one way fill.
David
Private Sub Userform_initialize()
Load UserForm1
Userform1.Textbox1 = Range ("Sheet1!A1:A3"
End Sub
I do not want the userform to over write the range. Looking for just a one way fill.
David