Userform 1 holds a textbox (textbox1).
Userform 2 (test_mr) has a listbox (miss_rn)
I am trying to populate textbox1 with the value selected in miss_rn.
I have this, which is giving me an 'Object required' error.
This line is found in the initilaize code of userform1.![]()
TextBox1.Value = test_mr.miss_rn.ListIndex
Thoughts?
Bookmarks