XL97: SendKeys Slower When Compared to MS Excel 7.0Last reviewed: March 13, 1998Article ID: Q157096 |
The information in this article applies to:
SYMPTOMSWhen you run a Visual Basic for Applications macro that uses the SendKeys statement in Microsoft Excel 97, the macro may be slower compared to earlier versions of Microsoft Excel.
WORKAROUNDTo work around this problem, use the SendKeys method for the Application object instead of the SendKeys statement. In Microsoft Excel 97, the SendKeys method for the Application object executes more quickly than the Visual Basic SendKeys statement. For example, if you use the following SendKeys command:
SendKeys "^X"replace it with the following command:
Application.SendKeys "^X" 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.
|
Additional query words: XL97 send keys key
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |