Simple inelegant solution to mouse 'off'
Came across this thread whilst searching for 'mouse over' problems that I have. I have since solved it using something not elegant, but simple, and thought I'd share it in case others are trying to do the same thing.
Problem: I wanted to have a label that I can click like a button
Solution: Simple 'on-click' event, no problem.
Problem2: I wanted that label's writing to change to red whilst 'mouse over', then go back to white after 'mouse off'.
My solution (I'm no good at coding, so this is an idiots solution):
On the label, a simple macro for the 'mouse over' event to turn the forecolor red.
Underlay that label with a box, slightly larger than the label. On that box's 'mouse over' event, install a macro that writes the label's forecolor to white. Hence, every time the mouse heads to or from the label, it returns the colour to white.
Not elegant, but it works! And you don't need to be a coding genius
