Sends one or more keystrokes to the active window (as if typed on the keyboard).

object . SendKeys ( string)

Expand image Arguments

object WshShell object.

string

String value indicating the keystroke(s) you want to send.

Expand image Remarks

Expand image Example