Workbook.IsAddin Property
Visual Studio 2005
Gets or sets a value that indicates whether the workbook is running as an add-in.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel (in microsoft.office.tools.excel.dll)
Assembly: Microsoft.Office.Tools.Excel (in microsoft.office.tools.excel.dll)
When you set this property to true, the workbook has the following characteristics:
-
You are not prompted to save the workbook if changes are made while the workbook is open.
-
The workbook window is not visible.
-
Any macros in the workbook are not visible in the Macro dialog box (displayed by pointing to Macro on the Tools menu and clicking Macros).
-
Macros in the workbook can still be run from the Macro dialog box even though they are not visible. In addition, macro names do not need to be qualified with the workbook name.
-
Holding down the SHIFT key when you open the workbook has no effect.