C
call_me_sol
Hi -- me again.
This time, I want to create a Userform with Comboxes and
docvariables. Here's the tricky part.
I want the Userform to populate the ComboBox with values from an
Excel worksheet. Let me give you an example:
Excel Table:
XXX YYY ZZZ
ABC 5 10 15
DEF 2 5 20
GHI 4 4 5
ComboBox1 will be populated with the headers XXX YYY ZZZ from the top
horizontal row
ComboBox2 will be populated with the headers ABC DEF GHI from the
vertical column
If user selects XXX from ComboBox1 and DEF from ComboBox2, the
resulting Userform spits out value "10" to a docvariable placed
somewhere in the document.
Is this possible?
Thanks again to anyone that replies to this post
This time, I want to create a Userform with Comboxes and
docvariables. Here's the tricky part.
I want the Userform to populate the ComboBox with values from an
Excel worksheet. Let me give you an example:
Excel Table:
XXX YYY ZZZ
ABC 5 10 15
DEF 2 5 20
GHI 4 4 5
ComboBox1 will be populated with the headers XXX YYY ZZZ from the top
horizontal row
ComboBox2 will be populated with the headers ABC DEF GHI from the
vertical column
If user selects XXX from ComboBox1 and DEF from ComboBox2, the
resulting Userform spits out value "10" to a docvariable placed
somewhere in the document.
Is this possible?
Thanks again to anyone that replies to this post