VBA 清除立即窗口内容
Sub DelInImmedate()
Debug.Print Now
Application.SendKeys "^g ^a {DEL}"
End Sub
API Method: http://www.dailydoseofexcel.com/archives/2004/06/09/clear-the-immediate-window/
VBA 清除立即窗口内容
Sub DelInImmedate()
Debug.Print Now
Application.SendKeys "^g ^a {DEL}"
End Sub
API Method: http://www.dailydoseofexcel.com/archives/2004/06/09/clear-the-immediate-window/