Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How can I set the hourglass to True - like in Access ? Thanks.
|
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm guessing you mean the mouse cursor on the screen, right? You can change
it to the "hourglass" (it is a spinning circle on my Vista system by the way) using this line of code... Application.Cursor = xlWait But keep in mind it will remain the "hourglass" symbol until you change it back using this line of code.. Application.Cursor = xlDefault -- Rick (MVP - Excel) "dhstein" wrote in message ... How can I set the hourglass to True - like in Access ? Thanks. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Application.Cursor = xlWait
'---do something Application.Cursor = xldefault If this post helps click Yes --------------- Jacob Skaria "dhstein" wrote: How can I set the hourglass to True - like in Access ? Thanks. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Jacob, Rick,
Thanks for the answer. "Jacob Skaria" wrote: Application.Cursor = xlWait '---do something Application.Cursor = xldefault If this post helps click Yes --------------- Jacob Skaria "dhstein" wrote: How can I set the hourglass to True - like in Access ? Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Why does the hourglass appear every time I hit "enter" in excel? | New Users to Excel | |||
Display hourglass problems | Excel Discussion (Misc queries) | |||
How do I get rid of Hourglass | Excel Discussion (Misc queries) | |||
hourglass won't go away after formula was entered | New Users to Excel | |||
Hourglass comes up when going between split screens. | Excel Worksheet Functions |