ShowProgress property
Determines whether a progress indicator is shown while performing certain operations.
Version added
4.1
Syntax
| |
| |
intRet |
Integer. True (-1) if a progress indicator is showing; otherwise, False (0). |
object |
Required. An expression that returns an Application object. |
intExpression |
Required Integer. True (non-zero) to show a progress indicator; otherwise, False (0). |
Remarks
If you want to perform an operation, such as printing, that typically displays a progress indicator but you don't want the progress indicator to appear, set the ShowProgress property to False (0). By default, the ShowProgress property is True (non-zero).
In most cases you should restore the setting to its prior value when you've completed the operation.