The information in this article applies to:
SYMPTOMSIf a user saves a Visual Basic for Applications (VBA) project with the DBCS version of VBA (for example, Japanese), and then loads the VBA project with an ANSI version of VBA (for example, English), VBA can crash. This crash occurs if the name of the saved project contains a DBCS hyphen character (0x815B). CAUSEThis problem is caused because part of the DBCS hyphen character (0x815B) translates to a "[" character in ANSI (0x5B). The "[" character has special meaning in VBA project names, and therefore can cause a crash. RESOLUTIONTo resolve this problem, open the project in a DBCS version of VBA, and remove any hyphens from the project name. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. Additional query words: VBASDK
Keywords : kbSDKVBA kbGrpDSO kbDSupport |
Last Reviewed: November 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |