$$Excel-Macros$$ Re: how dectec the mouse over an userform

2010-11-24 Thread Manish Pansari
Hi Jose, I am very new in excel macros... Can you pls share your macro file with me, I am also want to transparent one user form in my module. Thanks in advance. Manish pansari.man...@gmail.com On Nov 18, 3:11 pm, Alfred WALLACE wrote: > Hi to all gurus (day gurus, or night gurus !) > > My pro

$$Excel-Macros$$ Re: how dectec the mouse over an userform

2010-11-18 Thread OpenExcel.com
Hi Alfred, You may try MouseMove event of Userform as follows: Private Sub UserForm_MouseMove(ByVal Button As Integer, ByVal Shift As Integer, ByVal X As Single, ByVal Y As Single) '--YOUR CODE-- End Sub Thanks & Regards Ashish Jain McKinsey Ind