what do i have wrong here?
Code:Dim i As Integer For i = 0 To List.ListCount - 1 BrowSerA.Navigate2 "http://friends.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendId=" & List.List(i) Do Until BrowSerA.ReadyState = 4 DoEvents Loop BrowSerA.Document.All("ctl00_ctl00_ctl00_cpMain_cpMain_cpfMainBody_AddFriendRequestButtons_btnAddToFriends").Click Do Until BrowSerA.ReadyState = 4 DoEvents Loop Next




