Message 1 of 2
VBA Wait Cursor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Can someone please teel me the code to set the cursor to an hourglass / Wait while VBA code is being run?
All I want to do is for the Cursor to change to an hourglass / Wait while we run some code and then back to the normal cusor after it has finished running.
The InteractionEvents.Setcursor method is not what I want to use.
I deally the same sort of method you can use in Excel & Word (Application.Cursor = xlWait) would be great.
If anyone can supply the code for this simple operation it would be greatly appreciated.
Many Thanks.