I delete the point and then give me the next error: Run-time error '1004': Method 'Range' of object '_Global' failed.

Code:
   With Sheets("Sheet2").QueryTables.Add(Connection:= _
      c.Hyperlinks(1), _
      Destination:=Range("$A$" & nextrow))