02-25-2010, 10:39 PM
Code:
Set cobj = Description.Create()
cobj("text").value = "123456"
cobj("html tag").value = "a|A"
With Browser(Browserobj).Page(Pageobj)
set linkarray = .ChildObjects(cobj) '<===this is the last line executed
msgbox linkarray.Count '<=== this returns an error "Object not found"
End with
This code works perfectly with 10 results, just not with 100.