The information in this article applies to:
SYMPTOMS
If the type information of an ActiveX Control contains public identifiers with leading underscores, and that control is added to a VBA-enabled application, Visual Basic for Applications (VBA) macros might not run or VBA might crash.
CAUSEThis problem occurs because leading underscores in VBA have special meaning. RESOLUTIONTo correct this problem, all underscores in the type library of the control should be removed. For example, the previous enumeration can be changed to the following:
STATUSThis behavior is by design. Additional query words:
Keywords : kbSDKVBA kbGrpDSO kbDSupport |
Last Reviewed: November 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |