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. WORKAROUND
To 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.
replace it with the following command:
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. Additional query words: XL97 send keys key
Keywords : kbprg kbdta kbdtacode xlvbainfo KbVBA |
Last Reviewed: November 4, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |