Russmeister57
New Member
- Joined
- Jun 5, 2015
- Messages
- 13
- Office Version
- 2010
- Platform
- Windows
Hi all,
I've been racking my brains for some time now and i cannot figure this one out.
I have a complexed spreadsheet using numerous macros and advanced filters and i have begun to move this into userform.
Basically, as the header states, i have a userform(Review Status) with a textbox and 2 comboboxes (Textbox1, Combobox1 & 2). I want to select data in the textbox and the comboboxes.
Textbox1 = Name
ComboBox1= Week Number
ComboBox2 = Review Status "Complete","Due"
When i click an update button, vba will search a specific sheet in my workbook(Review Status)for the name in Vlookup, and then the week number in HLookup and then enter in the corresponding cell the review status.
I'm sorry i cannot post any data of it into here as its currently a live workbook that i have built that i use for my business.
Can this be done?
Any help would be greatly appreciated.
I've been racking my brains for some time now and i cannot figure this one out.
I have a complexed spreadsheet using numerous macros and advanced filters and i have begun to move this into userform.
Basically, as the header states, i have a userform(Review Status) with a textbox and 2 comboboxes (Textbox1, Combobox1 & 2). I want to select data in the textbox and the comboboxes.
Textbox1 = Name
ComboBox1= Week Number
ComboBox2 = Review Status "Complete","Due"
When i click an update button, vba will search a specific sheet in my workbook(Review Status)for the name in Vlookup, and then the week number in HLookup and then enter in the corresponding cell the review status.
I'm sorry i cannot post any data of it into here as its currently a live workbook that i have built that i use for my business.
Can this be done?
Any help would be greatly appreciated.