09-18-2009, 10:38 AM
Try using the index of item in weblist with .Select method
does this works?
Code:
With Browser("title:=MyTitle.*").Page("title:=MyTitle.*").Frame("name:=MyFrame")
.WebList("name:=MySelect").Select= "#1"
End With