Our business uses a browser-based program for operations. I\'m automating a solution to navigate through this site, and retrieve some data at the end.
The site itsel
Try to use:
`Dim iFrm As HTMLIFrame Set iFrm = ie.document.frames(myFrameNum).document.getElementByID("iFrameID") Debug.Print iFrm.contentDocument.body.innerHTML`