_Application.StatusBar Property

Definition

Returns or sets the text in the status bar.

public:
 property System::Object ^ StatusBar { System::Object ^ get(); void set(System::Object ^ value); };
public object StatusBar { get; set; }
Public Property StatusBar As Object

Property Value

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.

Applies to