How to Show HourGlass?

  • Thread starter Thread starter hce
  • Start date Start date
H

hce

Hi

Is it possible to write a code to show a hourglass sign like in norma
windows application if the command button in a userform is clicked
bearing in mind that macro will be running...? so the hourglass shoul
appear once macro started and disappear once macro ends... kindl
advice...

cheer
 
Hi hce

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