R
Roscoe
I've searched but can't find something this simple.
(Examples in VBA Help are hard for me to translate to my needs)
I have an alphabetized list of 1300+ items on a separate sheet in the
same workbook. I need a combo box to pop up from whatever cell I am
in, show me the list, allow me to type in the first few letters to take
me to that section of the list (or the item itself if I type enough
letters) quickly, and by selecting "OK" enter the item in the cell from
which I called the macro.
Before people suggest it, I already currently use "data validation" but
this solution has two drawbacks
(1) typing the first letter does nothing
(2) the data validation drop down box is the same width as the cell,
which is much too narrow to show all of the pertinent data the user
needs (I wrap the resulting selection to make it all fit)
Can somebody point me to an example somewhere that would help me do
this.
Thanks!
Roscoe
(Examples in VBA Help are hard for me to translate to my needs)
I have an alphabetized list of 1300+ items on a separate sheet in the
same workbook. I need a combo box to pop up from whatever cell I am
in, show me the list, allow me to type in the first few letters to take
me to that section of the list (or the item itself if I type enough
letters) quickly, and by selecting "OK" enter the item in the cell from
which I called the macro.
Before people suggest it, I already currently use "data validation" but
this solution has two drawbacks
(1) typing the first letter does nothing
(2) the data validation drop down box is the same width as the cell,
which is much too narrow to show all of the pertinent data the user
needs (I wrap the resulting selection to make it all fit)
Can somebody point me to an example somewhere that would help me do
this.
Thanks!
Roscoe