Thank you Erel. That allows me to play a bit more ! (and understand more).
I built a focused changed event but noticed that the first time thru and I type into the combo box and hit the enter key, I get the following error message:
Unexpected event (missing RaiseSynchronousEvents): combo_focuschanged
My code looks like this:
Sub combo_FocusChanged (HasFocus As Boolean)
Log("Focuse Changed: " & HasFocus)
End Sub
The code works, just get that error message. Not sure if that is an issue or not but thought I should report it.
Thanks for all your work !
Gary Miyakawa