Hourglass

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Group,
Have a program that runs and sometimes takes a while with a large amout of
data. I have put the screenupdating to false, but would like an hour glass to
appear while the program is running. Any help would be appreciated.
Thanks,
 
Application.Cursor = xlWait

'do your long lasting code here

Application.Cursor = xlDefault

RBS
 
Thank you. I appreciate your help.
Thanks,

RB Smissaert said:
Application.Cursor = xlWait

'do your long lasting code here

Application.Cursor = xlDefault

RBS
 

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