The information in this article applies to:
SUMMARYThis article describes how you can make a Visual Basic for Applications (VBA) Class Module available out-of-process. MORE INFORMATION
In certain situations, it may be useful to make instances of a VBA Class Module available out-of-process. However, VBA Class Modules are marked private by default, meaning that their type information is not available for marshalling purposes. In order to correct this, the instancing property of the VBA Class Module must be changed from Private to Public, Non-creatable.
Additional query words:
Keywords : kbSDKVBA kbGrpDSO kbDSupport |
Last Reviewed: November 20, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |