Userform Commandbutton mousedragover event

E

excelent

Hi Experts
I have a Userform with 2 Commandbutton's (yes and No)
What i would like to do is, when i move mousepointer over
the yes-button i want this button to hide
(Commandbutton1.visible=false)

I was tryin the BeforeDragOver(ByVal Cancel As MSForms..... event
but it seem not to have any effect on the mousepointer !!!

What do i do ?

thank in advance
 
Top