DB73
Board Regular
- Joined
- Jun 7, 2022
- Messages
- 107
- Office Version
- 365
- 2021
- 2019
- 2016
- 2010
- 2007
- Platform
- Windows
- Mobile
- Web
Hi.
can somebody help me to make a start up with some VBA of the following;
ive got an userform with 1textbox and 4comboboxes.
what i want is kind a sort of lookup function based on the values of those 4 comboboxes in that textbox
the textbox value or text should come from a sheet with all data.
so;
combobox1 value (it comes from table1 but the value is also on the "data" sheet
combobox2 value
combobox3 value
combobox4 value
textbox1 value/text = lookup in sheet "data"
thanks in advance
can somebody help me to make a start up with some VBA of the following;
ive got an userform with 1textbox and 4comboboxes.
what i want is kind a sort of lookup function based on the values of those 4 comboboxes in that textbox
the textbox value or text should come from a sheet with all data.
so;
combobox1 value (it comes from table1 but the value is also on the "data" sheet
combobox2 value
combobox3 value
combobox4 value
textbox1 value/text = lookup in sheet "data"
thanks in advance