且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何自动按Alt + a键

更新时间:2023-12-02 23:36:28

使用此 SendKeys.SendWait(%{A})



或者这个

use this SendKeys.SendWait("%{A}")

or this
Dim wsh, MyKey
wsh = CreateObject("Wscript.Shell")
wsh.SendKeys("%{A}")