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.
|