How do I use the value returned from the use of a combobox in a worksheet?
Here is what I have/need:
User picks the part number using combobox. After selecting the item, I use the VLOOKUP function that uses the value from the combobox as the item to search.
I've tried =VLOOKUP("Combobox1.value",XX:XX,Y) but that does not work.
Thanks for the help..
Here is what I have/need:
User picks the part number using combobox. After selecting the item, I use the VLOOKUP function that uses the value from the combobox as the item to search.
I've tried =VLOOKUP("Combobox1.value",XX:XX,Y) but that does not work.
Thanks for the help..