ACC: SendKeys Macro Does Not RunID: Q96579
|
Moderate: Requires basic macro, coding, and interoperability skills.
A macro that includes a SendKeys macro action does not run the SendKeys
action.
If the Wait argument for the SendKeys action is not set to Yes, the macro action is run after some delay. Depending upon the following macro action, the keystrokes that are sent may not be valid. If the keystrokes are not valid, the SendKeys action appears not to have run.
Set the Wait argument for the SendKeys action to Yes.
Macro: TestMacro
--------------------------
Action: SendKeys
Keystrokes: %FX
Wait: No
Action: MsgBox
Message: "HELLO WORLD"
Additional query words: key strokes
Keywords : McrActn
Version : 1.0 1.1 2.0 7.0 97
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: March 20, 1999