0
很努力,因爲2天的Excel的動作彈出窗口,怎麼寫Autoitenter代碼在這裏腳本行動這個彈出窗口如何在Excel的彈出窗口採取行動的AutoIt
我想下面的代碼,但是這是不工作
WinWaitActive("Microsoft Excel") // enter the title of the pop up
Send("{ENTER}")/press enter
很努力,因爲2天的Excel的動作彈出窗口,怎麼寫Autoitenter代碼在這裏腳本行動這個彈出窗口如何在Excel的彈出窗口採取行動的AutoIt
我想下面的代碼,但是這是不工作
WinWaitActive("Microsoft Excel") // enter the title of the pop up
Send("{ENTER}")/press enter
在腳本開始處使用下面的行來「匹配標題中的任何子字符串」。
AutoItSetOption ("WinTitleMatchMode", 2)
@Suman這是否適合你? –
Girish,一些我以前的代碼如何工作,謝謝你的建議 – Suman