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 this...
Dim elemCollection As IHTMLElementCollection Set elemCollection = objDoc.frames("iFrameID").document.all Debug.Print elemCollection.Item("pagemenuli-adv").innerText