Is there something wrong with my code? Please help!
"Sheets("Web Query").Columns(10).Copy Destination:=Sheets("Tracker").Range("A1")" - This is a working code but I want the copied data start at Range("A5") or Columns.(1, 5)
"Sheets("Web Query").Columns(10).Copy Destination:=Sheets("Tracker").Range("A5")" - Run-time error '1004': Application-defined or object-defined error
"Sheets("Web Query").Columns(10).Copy Destination:=Sheets("Tracker").Range("A1")" - This is a working code but I want the copied data start at Range("A5") or Columns.(1, 5)
"Sheets("Web Query").Columns(10).Copy Destination:=Sheets("Tracker").Range("A5")" - Run-time error '1004': Application-defined or object-defined error