ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Displaying the Hourglass in Excel (https://www.excelbanter.com/excel-programming/324822-displaying-hourglass-excel.html)

Raj

Displaying the Hourglass in Excel
 
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

Bob Phillips[_6_]

Displaying the Hourglass in Excel
 
Application.Cursor = xlWait

and reset with


Application.Cursor = xlDefault

--

HTH


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


"RAJ" wrote in message
...
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





All times are GMT +1. The time now is 04:53 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com