' ' Sostisuisce la funzione Sendkeys che non funziona con i SO successivi a XP ' Replaces Sendkeys internal function has problems with operating systems more than XP ' Sub SendKeys7(sKeyString As String, Optional bWait As Boolean = False) Dim WshShell As Object Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.SendKeys sKeyString, bWait Set WshShell = Nothing End Sub
Nessun commento:
Posta un commento