Hello all,
Quite simply I am looking at a way to copy Cell B2 on Sheet 12 and paste as value into TextBox5 on UserForm4.
Any help appreciated.
Hello all,
Quite simply I am looking at a way to copy Cell B2 on Sheet 12 and paste as value into TextBox5 on UserForm4.
Any help appreciated.
![]()
Userform4_Initialize() Me.Textbox5.Value = Sheet(12).Range("B2").Value End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks