Page 1 of 1

wshshell.sleep

Posted: Sun Oct 30, 2016 12:40 pm
by wolfram.brod
This is my code:

Code: Select all

	Set WshShell = CreateObject("WScript.Shell")
	WshShell.sendkeys "^r"
	WshShell.Sleep 1000   'this statement causes an error
	WshShell.sendkeys "{DOWN}"
The cript works fine, except for the sllep-Statement, but I need it at this place because MM needs some time to build the new Window. I assume it is a stupid failure, but I can't find what is wrong. Windows says:
Object doesn't support this method: wshshell.sleep
Pls help
Wolfram