0% found this document useful (0 votes)
37 views1 page

Send Keys

dfgrfdfg

Uploaded by

Kosta Nikolic
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views1 page

Send Keys

dfgrfdfg

Uploaded by

Kosta Nikolic
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Public Sub Sendkeys(text$, Optional wait As Boolean = False)

Dim WshShell As Object


Set WshShell = CreateObject("wscript.shell")
WshShell.Sendkeys text, wait
Set WshShell = Nothing
End Sub

You might also like