Displaying the Hourglass in Excel

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

Guest

Hi,
I would like to change the Mouse pointer when vba processing is being
performed, and then change the mouse pointer back to original status once the
procesing completed..
This can be easily perfomred in VB 6, but how do I do this in
Excel2000,vba???

Thanks
Raj
 
Application.Cursor = xlWait

and reset with


Application.Cursor = xlDefault

--

HTH


RP
(remove nothere from the email address if mailing direct)
 

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