_Application.ShowWindowsInTaskbar Property
True if there’s a separate Windows taskbar button for each open workbook. The default value is True.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property ShowWindowsInTaskbar As Boolean
Get
Set
'Usage
Dim instance As _Application
Dim value As Boolean
value = instance.ShowWindowsInTaskbar
instance.ShowWindowsInTaskbar = value
bool ShowWindowsInTaskbar { get; set; }
Property Value
Type: System.Boolean
Remarks
When set to True, this property simulates the look of a single-document interface (SDI), which makes it easier to navigate among open workbooks. However, if you work with multiple workbooks while other applications are open, you may want to set this property to False to avoid filling your taskbar with unnecessary buttons.