I saw this from VBA Express. http://www.vbaexpress.com/forum/showthread.php?48063-UserFrom-TextBox-search-in-ListBox-in-the-same-UserForm
It was very helpful, I was wondering if you can add error handling if you find no match?
Private Sub TextBox1_Change()Dim i As Long
Dim sFind As String...