DisplayHourglassPointer Macro Action
Last modified: July 28, 2015
Applies to: Access 2013 | Office 2013
You can use the DisplayHourglassPointer action to change the mouse pointer to an image of an hourglass (or another icon you've chosen) while a macro is running. This action can provide a visual indication that the macro is running. This is especially useful when a macro action or the macro itself takes a long time to run.
You often use this action if you have turned echo off by using the Echo action. When echo is off, Access suspends screen updates until the macro is finished.
Access automatically resets the Hourglass On argument to No when the macro finishes running.
Note
|
|---|
|
To run the DisplayHourglassPointer action in a Visual Basic for Applications (VBA) module, use the Hourglass method of the DoCmd object.
Note