_Application.StatusBar Property

Returns or sets the text in the status bar.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property StatusBar As Object
    Get
    Set
'Usage
Dim instance As _Application
Dim value As Object

value = instance.StatusBar

instance.StatusBar = value
Object StatusBar { get; set; }

Property Value

Type: System.Object

Remarks

This property returns False if Microsoft Excel has control of the status bar. To restore the default status bar text, set the property to False; this works even if the status bar is hidden.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Excel Namespace