STEP() Function Prevents SEND.KEYS from Working CorrectlyID: Q62347
|
If 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()
Additional query words: 2.0 2.00 2.01 2.1 2.10 3.0 4.0
Keywords :
Version :
Platform :
Issue type :
Last Reviewed: March 21, 1999