hey guys:
i was trying to import data from internet to an excel spreadsheet by using the command query.
With Sheets(1).QueryTables.Add(Connection:="URL;" & miurl, Destination:=Sheets(1).Range("a1"))
.BackgroundQuery = True
.TablesOnlyFromHTML = False...