When I create a button with a macro attached to it, and hover the mouse cursor over the button, it flickers between the default pointing hand cursor and what looks like an all-white pointing hand that's 1 pixel further left.
Any ideas how to fix this?
I was having a similar problem (if not the same problem).
Referencing Scoox' solution, I placed the code in a function to fire when the workbook opens.
Private Sub Workbook_Open()
Application.Cursor = xlNorthwestArrow
End Sub
This eliminated the stationary mouse flickering and the lag in the pointer movement over the button. However, if you move slowly over the button, there still some slight flickering.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With