Application.StatusBar

Description

Sets the status bar text using a String value.

Examples

VBScript Example

' Change the display text in the status bar
Application.StatusBar = "Hello world"