I need to loop through all the next links. This is what I have
Sub t()
Dim doc As Object
Dim IE As Object, tableDiv, r, rw, nxt
Dim rng As Range, x As Integer
Dim i As Integer
Set IE = CreateObject("InternetExplorer.Application")
IE.Visible = True
IE.navigate...