Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Raj Raj is offline
external usenet poster
 
Posts: 130
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default 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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Set Hourglass On dhstein Excel Discussion (Misc queries) 3 July 19th 09 04:46 PM
How do I get rid of Hourglass Joe[_2_] Excel Discussion (Misc queries) 5 June 16th 07 08:50 PM
Hourglass David Excel Programming 2 March 1st 05 03:29 PM
How to Show HourGlass? hce[_6_] Excel Programming 0 September 20th 04 02:53 PM
Hourglass K[_4_] Excel Programming 3 February 16th 04 05:31 PM


All times are GMT +1. The time now is 03:07 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"