The information in this article applies to:
SUMMARYIn Microsoft Excel versions 5.x and 7.0, it is possible to create a "demand-loaded" add-in file. This article describes the method used to create a demand-loaded add-in file. MORE INFORMATION
A demand-loaded add-in allows you to see the options the add-in provides
without actually loading the add-in: when you use one of the functions
included with the add-in, the add-in is loaded into memory: demand-loaded
add-ins are available in the Function Wizard dialog box even if the add-in
itself has not been loaded into memory.
When you use the Add-Ins dialog box to add a demand-loaded add-in to Microsoft Excel, a line similar to the following will be added to your EXCEL5.INI file (if you are using Microsoft Excel for Windows): OPEN7=/F C:\EXCEL\MYADDIN.XLAIn Microsoft Excel for Windows 95, an entry will be added to your system's registry; in Microsoft Excel for the Macintosh, a change is made to your "Excel Settings (5)" file. The /F switch signifies to Microsoft Excel that the add-in in question is a demand-loaded add-in. Microsoft Excel will not yet open the add-in file, but it will read the available functions from the add-in and make them available in the Function Wizard dialog box. In Microsoft Excel for the Macintosh, the "Excel Settings (5)" file is stored in a binary format and can only be read or edited by the Microsoft Excel program. REFERENCES"Microsoft Excel Developer's Kit," version 5.0, page 382 Additional query words: 5.00c
Keywords : |
Last Reviewed: September 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |