我正在嘗試創建一個打開Word並向其中輸入文本的VBScript。打開Microsoft Word並使用SendKeys鍵入文本
我的代碼:
::Set wshshell = WScript.CreateObject("WScript.Shell")
::Set objShell = CreateObject("WScript.Shell")
::objShell.AppActivate "word"
::userProfilePath = objShell.ExpandEnvironmentStrings("%UserProfile%")
::WScript.Sleep 10000
::wshshell.SendKeys "Hello World!"
問題是什麼?你的問題不清楚你要問什麼。 – canadiancreed
@canadiancreed微軟Word未開通 –