Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
The available controls doesn not have a "mouse_out" / "mouse_leaving" event, so highlighting with "mouse_over" can get quite complicated. I believe the common solutions are to either make a timer check wether the mouse is still there, or call the necessary cleanup code from all the other controls' mouse_move events. Otherwise, make sure to put Repaint in code that deals with visual changes of the form. HTH. Best wishes Harald "Gert-Jan" skrev i melding ... Textformat in a userform can change on mouse-over in Excel: email1A.Font.Underline = xlUnderlineStyleSingle underlines the e-mailadress. But: email1A.Font.Underline = xlUnderlineStyleNone does not bring back the original format. Any suggestions?? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Stretching a userform with the mouse | Excel Programming | |||
omvandling av tal från textformat till talformat | Excel Worksheet Functions | |||
fly wheel on a mouse and a userform | Excel Programming | |||
How to create labels in a UserForm dynamically and be able to resize them with the mouse. | Excel Programming | |||
Excel 2000 crashes after "touching" a userform with the mouse and closing it | Excel Programming |