using your attached file, i tried like
vb Code:
Set wb = CreateObject("internetexplorer.application") wb.navigate2 "c:\temp\sample source.html" Do Until wb.readystate = 4 DoEvents Loop Debug.Print wb.document.getelementbyid("ctl06_KeepCopyCheckBox").Value ' on wb.Quit Set wb = Nothing




Reply With Quote