It is an honor to be featured in Gartner 2019 Magic Quadrant for Datacenter Backup and Recovery Solutions. Gartner’s MQ sets a high standard and earning a place on their grid is a great affirmation that Acronis is delivering on our mission to protect all data, apps, and systems.
This works for everything except the image (stars):
Dim oItem As Object Dim intPos As Integer Dim strTag As String Dim strAttr As String Dim strAttrValue As String intPos = 1 strTag = "I" strAttr = "Txt" strAttrValue = "" With mobjIE.Document For Each oItem In .getElementsByTagName(strTag) If "|" & oItem.getAttribute(strAttr) = "|" & strAttrValue Then ctr = ctr + 1 If ctr = intPos Then Debug.Print oItem.innerText End If End If Next End With
I figured it out even though the expert said the iMacros info would not help.
Not the solution you were looking for?
IT issues often require a personalized solution. With Ask the Experts™, submit your questions to our certified professionals and receive unlimited, customized solutions that work for you.
Premium Content
You need an Expert Office subscription to comment.Start Free Trial