![]() |
#1
|
|||
|
|||
![]()
I have some scripts that may take 30 seconds to run on large documents, so I want to show the hourglass/wait cursor.
I'm using the following code, but it doesn't have any effect. The cursor flashes rapidly back and forth between normal and wait. The same behavior if I comment this out. Am I missing some step to make this work? Code:
' Set status bar text StatusBar = ("Please wait...") ' Turn cursor to wait System.Cursor = wdCursorWait DoEvents ' My script runs here... ' Turn cursor back to normal. StatusBar = ("Complete") System.Cursor = wdCursorNormal |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Cursor/typing caret doesn't show when moved around in Word 2019 | vkhu | Word | 2 | 09-30-2020 07:58 AM |
Wait (hourglass) cursor constantly flashing after loading large file | didlinghill | Word | 4 | 01-26-2015 06:08 AM |
![]() |
alexb123 | Office | 1 | 12-14-2012 01:44 PM |
![]() |
SDondeti | Word VBA | 1 | 05-27-2011 02:12 AM |
Show cursor in PP presentations | whs | PowerPoint | 0 | 03-12-2011 11:31 AM |