STEP() Function Prevents SEND.KEYS from Working CorrectlyLast reviewed: November 2, 1994Article ID: Q62347 |
The information in this article applies to:
SUMMARYIf the STEP() function is placed before a SEND.KEYS() function in a Microsoft Excel macro, the SEND.KEYS() function may fail to work as expected. The following macro enters the word "test" into the active cell. The macro performs its function without the STEP() command, but the SEND.KEYS command is ignored if the STEP() function is entered first.
=STEP() =SEND.KEYS("TEST~") =RETURN()To avoid this behavior, use STEP() after the SEND.KEYS() function or remove the STEP() function. Note: this is true for version 5.0 macro sheets, but not modules.
|
KBCategory: kbusage
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |