Thread: Hourglass
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
RB Smissaert RB Smissaert is offline
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