我正在寻找一个 VB 脚本来发送以下键盘命令:
Ctrl+w
如果有人可以帮助我,我将不胜感激。谢谢!
看一下 SendKeys 函数:
SendKeys "^w", True ' ^ indicates holding 'Ctrl', second parameter is 'Wait'
更多资源:
在 VBA shell 命令中使用 AppActivate 和 Sendkeys
http://msdn.microsoft.com/en-us/library/office/aa202943%28v=office.10%29.aspx