Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Greetings !
Some of my spreadsheets take a while to calculate, so I have the facility to calculate just the selection. The routine to do that currently puts "Re-calculating, please wait..." into the StatusBar, which is then re-set when the calculation is finished. How can I also change the cursor for the duration, from the usual cross to the hour-glass, and then back again ? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try this
Application.Cursor = xlWait For the hourglass Application.Cursor = xlDefault To set it back to normal -- Regards Ron de Bruin (Win XP Pro SP-1 XL2002 SP-2) www.rondebruin.nl "Robin Clay" wrote in message ... Greetings ! Some of my spreadsheets take a while to calculate, so I have the facility to calculate just the selection. The routine to do that currently puts "Re-calculating, please wait..." into the StatusBar, which is then re-set when the calculation is finished. How can I also change the cursor for the duration, from the usual cross to the hour-glass, and then back again ? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
move cursor on one sheet moves cursor on all sheets | Excel Discussion (Misc queries) | |||
Changing the appearance of the cursor/pointer & size of tabs | Excel Discussion (Misc queries) | |||
Changing active selection cursor | Excel Discussion (Misc queries) | |||
Can I change the "white cross" cursor in Excel to another cursor? | Excel Discussion (Misc queries) | |||
Changing how cursor toggles. | Excel Discussion (Misc queries) |