Mikeymike_W
Board Regular
- Joined
- Feb 25, 2016
- Messages
- 171
Hi there,
I have an activex combobox called ComboxC1. This is populated with a range of colours.
When a colour is chosen i want a textbox "TB1" to be populated with the result.
In sheet2 I have a series of different named ranges.
For TB1 the answer is contained in range "ColourFoundation".
The range is a table with two columns, in column one is the range of colours, column 2 has the results i want TB1 to be populated with depending on the colour. I hope this makes sense.
I know you can do this with a standard Vlookup formula but would much rather have a clean VBA code to do the job.
Thanks in advance for any help you can give,
Mike
I have an activex combobox called ComboxC1. This is populated with a range of colours.
When a colour is chosen i want a textbox "TB1" to be populated with the result.
In sheet2 I have a series of different named ranges.
For TB1 the answer is contained in range "ColourFoundation".
The range is a table with two columns, in column one is the range of colours, column 2 has the results i want TB1 to be populated with depending on the colour. I hope this makes sense.
I know you can do this with a standard Vlookup formula but would much rather have a clean VBA code to do the job.
Thanks in advance for any help you can give,
Mike