Originally posted by billwagnon
Serge, that works perfectly.

Can you explain SendMessage? I don't understand what it is doing.
SendMessage API will do exactly what Selected property (it's actually being called when you use Selected property by VB). The only thing is that when you use Selected property, the Click event fires, so you might get "out out stack" error.