Mi scuso ma di programmazione ne so poco. il mio codice è il seguente

With ActiveSheet.QueryTables.Add(Connection:= _
"URL;http://www.boerse-frankfurt.de/EN/in...N=DE0006969603" _
, Destination:=Range("$A$1"))
.Name = "index.aspx?pageID=223&ISIN=DE0006969603"
.FieldNames = True
.RowNumbers = False
.FillAdjacentFormulas = False
.PreserveFormatting = True
.RefreshOnFileOpen = False
.BackgroundQuery = True
.RefreshStyle = xlInsertDeleteCells
.SavePassword = False
.SaveData = True
.AdjustColumnWidth = True
.RefreshPeriod = 0
.WebSelectionType = xlEntirePage
.WebFormatting = xlWebFormattingNone
.WebPreFormattedTextToColumns = True
.WebConsecutiveDelimitersAsOne = True
.WebSingleBlockTextImport = False
.WebDisableDateRecognition = False
.WebDisableRedirections = False
.Refresh BackgroundQuery:=False
End With

Con questo codice importo i dati di tutta la pagina, ma appunto non saprei come importare i dati della PAG2 e PAG3