WD97: WordBasic Object Returns Incorrect ASCII Number For SymbolLast reviewed: February 11, 1998Article ID: Q165604 |
The information in this article applies to:
SYMPTOMSThe value returned for a symbol character in a WordBasic macro is different from the value returned for the same symbol when you convert the WordBasic macro into a Visual Basic for Applications macro. For example, the WordBasic macro returns a value of 183 for a bullet character in the Symbol font, but the Visual Basic for Applications macro returns the value of 63 for the same character and font.
CAUSECharacters in the Symbol font are stored in Unicode. The value used is a subset of Unicode character mapping.
MORE INFORMATIONFor more information about returning character values, while in the Visual Basic for Applications Editor click the Office Assistant, type "Asc," click Search, and then click to view "ASC Function." For more information about Unicode, visit the Unicode Web site at:
http://www.unicode.orgNOTE: If the Assistant is hidden, click the Office Assistant button on the Standard toolbar. If Microsoft Visual Basic Help is not installed on your computer, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q120802 TITLE : Office: How to Add/Remove a Single Office Program or Component |
Additional query words: 97 word8 word97 8.0 8.0 vb vba vbe
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |