I am typing a text that is in a ComboBox of VBA / Excel , but the initial part of the text matches another text already included in the list, which I do not want), it changes the position of the list (the index).
Can you handle this? When typing it does not bring other matching text?
Example: in the ComboBox list there are YELLOW, BLUE and RED colors and I will include "GREEN" when I start typing, it automatically completes to "RED", since the initials match, but if I correct and type GREEN, it already changed the index (ComboBox.TopIndex) to the RED position (it will replace one with the other, which I also do not want).
If RED is capitalized and I want to write in lower case, it is always capitalized.
Can you block this automatic add-on?
Can anyone help me?