ANSI Carriage Return Doesn't Work in Macro Editing Window

Last reviewed: July 30, 1997
Article ID: Q79189
The information in this article applies to:
  • Microsoft Word for Windows, versions 1.0, 1.1, 1.1a, 2.0, 2.0a, 2.0a-CD, 2.0b, 2.0c, 6.0, 6.0a, 6.0c

SYMPTOMS

In Microsoft Word for Windows, using the ANSI character set and selecting the carriage return character (Chr$(13)) does not produce a carriage return in the macro editing window. Instead, it produces a period.

STATUS

Microsoft has confirmed this to be a problem in the versions of Microsoft Word for Windows listed above. We are researching this problem, and will post more information here in the Microsoft Knowledge Base as it becomes available.

Steps to Reproduce Problem in Version 2.0

  1. From the Tools menu, choose Macro, type in a macro name, and choose the Edit button.

  2. Type the following macro:

          Sub MAIN
          A$=InputBox$("Line 1"+Chr$(13)+"Line 2")
          End Sub
    
    

  3. Choose the Start button, or press ALT+S. The macro editing window displays the following:

          Line1.Line2.
    

Steps to Reproduce Problem in Version 1.x

  1. From the Macro menu, choose Edit, and type in a macro name. Choose the OK button.

  2. Type the following macro:

          Sub MAIN
          A$=InputBox$("Line 1"+Chr$(13)+"Line 2")
          End Sub
    
    

  3. Choose the Start button, or press ALT+S. The macro editing window displays the following:

          Line1.Line2.
    

Kbcategory: kbusage kbmacro KBSubcategory:


Additional query words: 1.x 2.0 winword2 6.0 6.0a 6.0c word6
winword
Version : 1.x 2.x 6.0 6.0a 6.0c
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: July 30, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.