Thanx Dave. It works... sort of. Just have a few more questions to get this
all finally tweaked and perfectly working.
Not being completely proficient oin VBA, where does the "Option Explicit"
supposed to go? When I copy and pastyour code, it gets included in the
previous Sub (just after End Sub).
Also, when I type in the combo box, as soon as it finds a word that matches
(maybe in the first 2 letters) it automatically jumps to the named range
without giving the user a chance to even see what the word was. Can we
change this from a Change event to a Click event so that it will only launch
when the user clicks the whole word that was found on the list?
And after it jumps to the named range, what code can I add to take the focus
off the combo box so that it stops arbitrarily jumping to the last selected
range when you click somewhere else on the sheet?
Mind you, I feel like I'm pushing my luck, but you may be the only that can
help me get this done. And I truly appreciate your expertise and your
insight on this.