I am using Visual Basic to build a macro in Excel. I have a comboBox
(ActiveX) linked to a range of cells to allow for autocomplete.
I would like the input text to be case and diacritic insensitive.
For example, let's say I am looking for the word "alàlà"
. I would like this suggestion to come up even if for example the input text is "Alala"
.
Would anyone have an idea?