Keep mousepointer the same regardless of hover

bradyboyy88

Well-known Member
Joined
Feb 25, 2015
Messages
562
Is there a VBA method to limit the mouse icon to stay as the pointer arrow regardless of whether its hovering over something such as a button, shape, or even if I have clicked onto a shape textbox.
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Where are you hovering?
Are you hovering over a worksheet or a user form?
Also have you looked at the .MouseIcon property of ActiveX controls?
 
Last edited:
Upvote 0
Where are you hovering?
Are you hovering over a worksheet or a user form?
Also have you looked at the .MouseIcon property of ActiveX controls?

Basically my worksheet only contains shapes with assigned macros to act as buttons, labels, and textboxes and everything has been protected with userinterfaceonly:=true and in the start of the workbook I set the cursor property to xlNorthwestArrow. When I click on the textbox to type and then go to hover over shapes and stuff the mouse begins to flicker between the hand symbol, cross symbol, and the northwestarrow symbol. Say I were to click off the textbox onto the locked excel field area then the northwest arrow stays constant and does not change on hover.
 
Upvote 0

Forum statistics

Threads
1,214,641
Messages
6,120,688
Members
448,978
Latest member
rrauni

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top