| WD: SendKeys Key Code for a Space Character UndocumentedLast reviewed: February 2, 1998Article ID: Q58000 | 
| The information in this article applies to: 
 
 SUMMARYWhen using the SendKeys macro command to indicate a space, use braces surrounding a space as follows: 
   SendKeys "{ }"
MORE INFORMATIONThis key code is not documented in the "Microsoft Word for Windows Technical Reference." All keyboard ASCII/ANSI equivalent values can be used inside {} in order to produce the keyboard character. For example 
    SendKeys "{32}"
can also be use to send a space character, and
    SendKeys "{13}"
can be used to send the ENTER key.
 | 
| Additional query words: function 
 © 1998 Microsoft Corporation. All rights reserved. Terms of Use. |