cliffmid
New Member
- Joined
- Aug 5, 2016
- Messages
- 8
I have never used "Target" before. I have a list of name (a18:a150) and want to click on one and have the name inserted into textBox1 in userForm2. I can get the range set correctly and "userform2.show" brings up userform2 (which has my textbox1). I cannot figure out how to get the name from a18:a150 to be inserted into textbox1. I am very new to VBA. Most of what I have gleaned has come from videos and "reverse engineering" similar code for my project. Can you help me?