You said click and press ??

if you want to know when someone clicks on an object (be it tab or anything) put it in the click event.
Easy way is to put msgbox("I AM HERE") in the click event to see when you get here.

If you want to know when the tab is pressed this is a different matter. If you want to know that if tab is pressed your objects get selected this is called has focus so put something in the gotfocus event (or lostfocus if exited).

I hope this answers your question

if not mail me

[email protected]