Applies To
Application object, Global object.
Description
Displays the specified text in the status bar. Write-only String.
See Also
DisplayStatusBar property.
Example
This example displays a message in the status bar.
StatusBar = "Please wait..."
This example displays in the status bar the name of the template attached to the active document.
aName = ActiveDocument.AttachedTemplate.Name
StatusBar = aName & " template is attached to the active document"