Below is the code that I have written for identifying WebEdits on a browser.
Now is there a way to use this objEdit in a For Each loop to fill the data from the data sheet? I am able to do it using For loop but want to try with For Each
Code:
Set oBrowser = Browser("Creationtime:=0").Page("Index:=0")
Set objWEdit = Description.Create
objWEdit("micclass").value="WebEdit"
Set objEdit = oBrowser.ChildObjects(objWEdit)
Now is there a way to use this objEdit in a For Each loop to fill the data from the data sheet? I am able to do it using For loop but want to try with For Each