07-23-2008, 02:32 AM
Its giving the same error when i use set
I even checked the GetItem method of weblist from the help, they gave an example too
No idea why its giving the error.
I even checked the GetItem method of weblist from the help, they gave an example too
Code:
Sub GetItem_Example()
'The following example uses the GetItem method to display the
'value of the first item in the list.
MsgBox Browser("Fill-Out Form").Page("Fill-Out Form").WebList("what-to-do").GetItem(1)
End Sub
No idea why its giving the error.