The information in this article applies to:
SUMMARYWhen a control is added to a VBA-enabled application, Visual Basic for Applications (VBA) creates a copy of its type library in a file with an .exd or a .twd extension. This file is used to merge the type information of the control with that of a host-provided extender object, which helps give the control added functionality while running inside the VBA-enabled application. This article describes the techniques required when either the control or the VBA-enabled application is upgraded. MORE INFORMATION
When a control that has been added to a VBA-enabled application needs to be upgraded, the .exd and .twd files that VBA created for it must be deleted. VBA determines that the .exd and .twd files are missing, and re-creates them with the new type information of the control. In this fashion, new properties, methods, and interfaces are made available to VBA. If the .exd and .twd files are not deleted when the control is upgraded, VBA remains unaware of any new functionality provided by the control. Additional query words:
Keywords : kbSDKVBA kbGrpDSO kbDSupport |
Last Reviewed: November 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |