Has anyone attempted to do an autosuggest using VBA similar to Google's search box?

I know that I can have the list above, and it will autocomplete for me, but this is not an option. So, I'm debating if this is possible using VBA, possibly with a form.

On top of looking for words that begin with what they type, I'd also like to use wildcards, so I can search for matches that just contain their words as well.