View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Frederik[_3_] Frederik[_3_] is offline
external usenet poster
 
Posts: 63
Default Display hourglass problems

Maybe Application.ScreenUpdating=True could help...

"Dale Fye" schreef in bericht
...
I have several areas within an Excel application where I want to display an
hourglass during a particular process. I have used the following, but the
cursor never changes to an hourglass. Is there some sort of refresh
method
or something else I am supposed to do after setting the value to xlWait in
order to force the hourglass to appear?

Application.cursor = xlWait
'... some code here
Application.Cursor = xlDefault

Dale
--

Email address is not valid.
Please reply to newsgroup only.