Changing default pointer from a cross to an arrow

  • Thread starter Thread starter Michael
  • Start date Start date
M

Michael

How do I change the default pointer from a cross to an
arrow (or whatever else might be available)? My mouse
setting in control panel is for default arrow pointer,
which appears in other applications.

Thanks,

Michael
 
Hi Michael

See the VBA help for

Application.Cursor = xlWait
For the hourglass

Application.Cursor = xlDefault
To set it back to normal
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top