XLplus Add-In Manager
XLplus Ver. 3.X offers a convenient way to handle all Excel Add-Ins currently loaded.
Note: Please do not confuse this tool with the XLplus Add-Ons Manager. The XLplus Add-Ons Manager manages XLplus Add-Ons which are additional tools for XLplus. This tool manages Excel Add-Ins. For details about XLplus Add-Ons see XLplus Add-Ons Overview, for a brief overview about MS Excel Add-Ins see Register XLplus as Add-In.
Using this tool you can save Excel Add-ins from within MS Excel without having to use the VBE.
Additionaly, open Add-Ins can be closed easily without having to restart MS Excel.
With option Convert to Workbook an Add-In can be converted into a workbook and enclosed tables can be edited. Alternatively, use the VBE and set the workbooks property isAddIn.
All converted Add-Ins will be saved within a list. This can be used at later stage in order to convert Workbooks back to Add-ins. You reach this list by Tab Add-Ins converted to Workbooks. There you can use Convert to Add-In to convert it back to an Add-In. In case the workbook is yet not open you can open it with Open Workbook. In case you do not require the list entry anmore you remove it with option Remove Entry from List. Option Refresh List creates the list based on actual data anew. This refreshes the list of loaded Add-Ins, too.
Option Refresh List is of interest in case your Add-Ins were loaded after Add-In Manager had been started.
Add-In Manager lists various properties of the Add-In, i.e. whether it contains VBA Projects or Excel 4 Macro Code, whether parts of the project are protected and more.
Properties
The following properties are reported:
| Modified |
Informs about the date and time the Add-In was saved last. |
| Installed |
Informs, if the Add-In was loaded on startup of MS Excel by its Add-In Manager. |
| Saved |
Informs, if the Add-In has been saved. Note: Add-Ins having property "Read-Only" will report unsaved, always. |
| Code is digitaly signed |
Informs, that the VBA Projekt of the Add-In has been digitaly signed. Note: It is not possible getting details about the certificate using VBA. |
| Read-Only |
Informs, that the Add-In cannot be changed and saved. |
| Read-Only Recommended |
|
| Contains VBA Project |
Informs, that the Add-In contains VBA Code. Note: This setting requires MS Excel 2007+, in older versions it stays empty. |
| Contains Excel 4 Macros |
Informs, that the Add-In contains Excel 4 Macro Code. |
| Protect Structure |
Informs, that for this Add-In ProtectStructure=true has been set. You cannot convert this Add-In into a Workbook without entering the required password. |
| Protect Windows |
Informs, that for this Add-In ProtectWindows=true has been set. You cannot convert this Add-In into a Workbook without entering the required password. |
>
You can sort the listed Add-Ins by clicking the column headers and adjust the size of the dialog.
Note: Add-In Management requires Access to the VBA Project Object Model.
VBA Project Object Model
Using MS Excel 2007 or higher this setting can be found in:
-
Excel Options
-
Trust Center
-
Trust Center Settings
-
Macro Settings
Activate Trust access to the VBA project object model.