The information in this article applies to:
SYMPTOMSWhen you run a macro that saves a file with a file name that uses a character outside of the range 32-255, based on the Unicode standard, the following Microsoft Visual Basic message appears: where <path> is a folder name and <file name> is a file name on the computer. CAUSEThis problem occurs because Microsoft Windows 95 is not aware of the Unicode standard. WORKAROUNDTo work around this problem, use characters from the standard American National Standards Institute (ANSI) character set when naming files with a macro. MORE INFORMATION
The Unicode standard is a world-wide, 16-bit character encoding system. It
is a fixed-width, uniform text and character encoding scheme that includes
characters from the world's scripts, as well as technical symbols in common
use. It is maintained by the Unicode Consortium and corresponds with
international standard ISO/IEC 10646-1:1993.
Additional query words: wordcon 8.0 word8 word97
Keywords : kberrmsg kbprg kbwordvba |
Last Reviewed: November 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |