![]() |
|
#2
|
||||
|
||||
|
Here is how I managed to see the wdCursorWait:
Code:
Option Explicit
Sub test()
Dim a
' Set status bar text
StatusBar = ("Please wait...")
' Turn cursor to wait
' My script runs here...
For a = 1 To 2000
System.Cursor = wdCursorWait '<- here
Selection.TypeText Text:="1"
Next a
' Turn cursor back to normal.
StatusBar = ("Complete")
System.Cursor = wdCursorNormal
End Sub
|
|
|
Similar Threads
|
||||
| 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 |
Wait for 2013? Warranty issue....
|
alexb123 | Office | 1 | 12-14-2012 01:44 PM |
Applicatin.wait
|
SDondeti | Word VBA | 1 | 05-27-2011 02:12 AM |
| Show cursor in PP presentations | whs | PowerPoint | 0 | 03-12-2011 11:31 AM |