#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,560
Default Hourglass

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,
--
David
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,452
Default Hourglass

Application.Cursor = xlWait

'do your long lasting code here

Application.Cursor = xlDefault

RBS


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


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,560
Default Hourglass

Thank you. I appreciate your help.
Thanks,

"RB Smissaert" wrote:

Application.Cursor = xlWait

'do your long lasting code here

Application.Cursor = xlDefault

RBS


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



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
How to Show HourGlass? hce[_6_] Excel Programming 0 September 20th 04 02:53 PM
How to Show HourGlass? hce[_5_] Excel Programming 1 September 19th 04 07:58 PM
Hourglass K[_4_] Excel Programming 3 February 16th 04 05:31 PM


All times are GMT +1. The time now is 12:23 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"