1
我有以下代碼在Internet Explorer中打開一個窗口,並向用戶顯示進度 。InternetExplorer.Application清除內容
Set objExplorer = CreateObject("InternetExplorer.Application")
objExplorer.navigate "about:blank"
objExplorer.document.write "Processing record 1 of 1000"
我上面的代碼,我想清除文件的內容,寫別的東西,但是當下面的內容沒有得到明確之後。
objExplorer.document.Clear
有沒有辦法在不關閉窗口的情況下清除內容?