ID: Q79189
The information in this article applies to:
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.
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.
1. From the Tools menu, choose Macro, type in a macro name, and choose
   the Edit button.
      Sub MAIN
      A$=InputBox$("Line 1"+Chr$(13)+"Line 2")
      End Sub
   displays the following:
      Line1.Line2.
1. From the Macro menu, choose Edit, and type in a macro name. Choose
   the OK button.
      Sub MAIN
      A$=InputBox$("Line 1"+Chr$(13)+"Line 2")
      End Sub
   displays the following:
      Line1.Line2.
Version           : 1.x 2.x 6.0 6.0a 6.0c
Platform          : WINDOWSLast Reviewed: July 30, 1997