colmguckian
New Member
- Joined
- Feb 11, 2011
- Messages
- 35
I have a user Form with 3 ComboBoxes and 1 Text Box.
The Values in ComboBox2 depends on the selection in ComboBox1.
The Values in ComboBox3 Depends on the selection in ComboBox2.
I Want TextBox1 to Show a Price, depending on which Item in ConboBox3 is Selected. All ComboBoxes are populated using the RowSource Property.
The RowSources are the named Ranges in Column B of sheet1.
The associated Prices for each Value in Column B are on the Same Row in Column E. How would I get these prices to appear in TextBox1.
The Values in ComboBox2 depends on the selection in ComboBox1.
The Values in ComboBox3 Depends on the selection in ComboBox2.
I Want TextBox1 to Show a Price, depending on which Item in ConboBox3 is Selected. All ComboBoxes are populated using the RowSource Property.
The RowSources are the named Ranges in Column B of sheet1.
The associated Prices for each Value in Column B are on the Same Row in Column E. How would I get these prices to appear in TextBox1.