redspanna
Well-known Member
- Joined
- Jul 27, 2005
- Messages
- 1,604
- Office Version
- 365
- Platform
- Windows
Hey all
I'm using a range found in Stock sheet range B3:B10 to populate ComboBox1 in my userform.
When the user selects a text string from ComboBox1 I would like a VLookup (or similar) to look for an exact match to this selected ComboBox value through the range B3:B10 in Stock sheet.
Once found then populate Label1 of the userform with the value found in corresponding column D and Label2 with the value found in corresponding column E
UserForm is named Stock
Hope this makes sense and thanks in advance
I'm using a range found in Stock sheet range B3:B10 to populate ComboBox1 in my userform.
When the user selects a text string from ComboBox1 I would like a VLookup (or similar) to look for an exact match to this selected ComboBox value through the range B3:B10 in Stock sheet.
Once found then populate Label1 of the userform with the value found in corresponding column D and Label2 with the value found in corresponding column E
UserForm is named Stock
Hope this makes sense and thanks in advance