April 2006
Beginner
1114 pages
98h 16m
English
workbook.IsAddin [= setting]
Setting IsAddin to True causes Excel to treat the workbook as an add-in; False treats the workbook as a regular workbook. In Excel, add-ins hide any macros or worksheets they contain. To see how this works, step through the following code in a workbook:
ThisWorkbook.IsAddin = True ThisWorkbook.IsAddin = False
When the first line runs, all worksheets are hidden and macros no longer appear in the Run Macros dialog box. When the second line runs, the workbook returns to its normal state.
Read now
Unlock full access