Application.StatusBar

説明

String値を使用してステータスバーのテキストを設定します。

VBScript の例

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