Mouse Pointer


Posted by Max on April 14, 2001 10:42 AM

Is there an way to change the Excel mouse pointer from the "large crosshair" to the "arrow" or to some other configuration.



Posted by Dave Hawley on April 14, 2001 8:31 PM

Max, you can only choose from the below, unless you are using a UserForm or a third party.

Application.Cursor = xlDefault
Application.Cursor = xlIBeam
Application.Cursor = xlNorthwestArrow
Application.Cursor = xlWait


Dave


OzGrid Business Applications