The information in this article applies to:
SYMPTOMSIf you use the SendKeys command to send the right brace character "}"in a Visual Basic, Applications Edition procedure, you receive the following error message: Note that this problem does not occur if you use the SendKeys command to send the left brace character "{". WORKAROUNDSTo work around this problem in Microsoft Excel, you can use the SendKeys method as in the following example:
-or-
Note that you cannot use the SendKeys method (Application.SendKeys) in
Microsoft Project.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATIONThe error message described above appears if you use either of the following methods in a Visual Basic, Applicaitons Edition procedure to send this character:
-or-
NOTE: The following equivalent code works in Visual Basic for Windows
Programming System, version 3.0.
REFERENCESFor more information about the SendKeys Statement or the SendKeys Method, choose the Search button in the Visual Basic Reference and type: SendKeys Additional query words:
Keywords : |
Last Reviewed: October 20, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |