Emulates the pressing of a key.

Syntax

SENDKEY(sKeyName)

Parameters

SKeyName

Required.String that contains the name of the key. See Function Key Names for SENDKEY Function.

Return Value

None

Example

     SENDKEY(KeyEnter);
  • No labels