This small script simply and easly creates an AutoComplete affect for your ComboBox. VERY EFFECTIVE AND VERY EASY TO UNDERSTAND.
Assumes
This code can be further inhanced by using
If Ucase(.text) = Ucase(......
I will leave the rest for you to discover and learn, but I think you will agree that this code is very promising, flawless and alot less complicated then all the other AutoCompleters!
Returns
The code returns the text that the use inputs into the combo box followed by the AutoCompleted text which is highlighted.
EG)
The user types "F"
The ComboBox then Displays a normal "F" which is then followed by "rog" which is highlighted to give "Frog" where "rog" is the .seltext. Understand?
NOTE: This is not hard to explain, sorry if you do not get what I am saying :)