05-29-2012, 10:44 AM
Thanks,
My counter for Index for childItem was the one making the error.
It must be like this instead of the code above:
Thanks again.
My counter for Index for childItem was the one making the error.
It must be like this instead of the code above:
Code:
Set iWebBox = Browser("micclass:=Browser").Page("micclass:=Page").WebTable("micclass:=WebTable", "name:=checkAll").childItem(i,1, "Image", j)
Thanks again.