I have the following reference table:
-----1.2---1.4---1.6---1.8
XXX--24----32----14---42
YYY--13----14----15---12
ZZZ--18----16----12---12
Now I created a user form with Combobox1, Combobox2 and textbox1.
for combox1 rowsouce = left column and Combobox2 value from top values
fot textbox1 depends on the intersection of selected content of CB1 & CB2
example:
CB1 = XXX
CB2 = 1.6
TB1 should be automatic to display intersection value 14.
How to code this scenario? Please Help!
Thanks
Ed
-----1.2---1.4---1.6---1.8
XXX--24----32----14---42
YYY--13----14----15---12
ZZZ--18----16----12---12
Now I created a user form with Combobox1, Combobox2 and textbox1.
for combox1 rowsouce = left column and Combobox2 value from top values
fot textbox1 depends on the intersection of selected content of CB1 & CB2
example:
CB1 = XXX
CB2 = 1.6
TB1 should be automatic to display intersection value 14.
How to code this scenario? Please Help!
Thanks
Ed