10-03-2009, 10:51 AM
I think you are getting error at the statement-
Can you attach the snapshot of your error?
are you getting error as 'Subscript out of range....'
if so check you have the object at the position you are looking for.
may be I am wrong,I can see the value for 'index' is increased for no reason
does this help?
Code:
obj2(index).Click
are you getting error as 'Subscript out of range....'
if so check you have the object at the position you are looking for.
may be I am wrong,I can see the value for 'index' is increased for no reason
Code:
For Each Element in obj3
index = index + 1
'Msgbox Element.innerHTML 'Reading string between tags <td> of table
'Msgbox Element.maxlength
Next
does this help?