I have a sub that changes the cursor using:[tt]
Cursor = Cursors.WaitCursor[/tt]
Later in the code, I use:[tt]
Cursor = Cursors.Default[/tt]
to change it back. But the cursor switches back to Default prematurely - before that line is actually executed (as observed when stepping through with the debugger).
Does anything flip the cursor back to Default other than an explicit call to do so?
Thanks,
Dot
Cursor = Cursors.WaitCursor[/tt]
Later in the code, I use:[tt]
Cursor = Cursors.Default[/tt]
to change it back. But the cursor switches back to Default prematurely - before that line is actually executed (as observed when stepping through with the debugger).
Does anything flip the cursor back to Default other than an explicit call to do so?
Thanks,
Dot