Application.StatusBar property (Project)
Gets or sets text in the status bar. Read/write Variant.
Syntax
expression. StatusBar
expression A variable that represents an Application object.
Remarks
The StatusBar property returns False if the status bar is displaying the default text. Setting StatusBar to the Boolean value False restores the default text.
Example
The following line of code sets custom text in the status bar.
Application.StatusBar = "This is custom text."
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.