VB Code:
  1. Private Sub NextW()
  2. Dim W As Integer    
  3.     For W = 0 To Web1.Document.links.length - 1
  4.          'Debug.Print Web1.Document.links(X)
  5.          lstautolink.AddItem Web1.Document.links(W)
  6.     Next W
  7. End Sub

Do the same for the other one, then just keep caklling the procedures....