_Application.StatusBar Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.