Changing the cursor

R

Robin Clay

Greetings !

Some of my spreadsheets take a while to calculate, so I
have the facility to calculate just the selection.

The routine to do that currently puts "Re-calculating,
please wait..." into the StatusBar, which is then re-set
when the calculation is finished.

How can I also change the cursor for the duration, from
the usual cross to the hour-glass, and then back again ?
 
R

Ron de Bruin

Try this

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

Top