Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm trying to change the cursor to an hourglass when my code saves the
current spreadsheet, then back again. The Activeworkbook.Save portion of this code is working properly, but I never see the cursor change to an hourglass and back. Any recommendations? Private sub cmd_Save_Click Application.Cursor = xlWait ActiveWorkbook.Save Application.Cursor = xlDefault End Sub -- Email address is not valid. Please reply to newsgroup only. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Display hourglass problems | Excel Discussion (Misc queries) | |||
Disabling automatic hourglass cursor whilst VB Code running | Excel Programming | |||
Can we use our(custom) cursor in xlwait? | Excel Programming | |||
Application.InputBox has annoying cursor key reactions | Excel Programming | |||
Application.Cursor = xlDefault not working | Excel Programming |