I have asked the beholder of all knowledge (google) how to not import the column headers with eash query I run (in the code above) but there doesn't seem to be anything out there.

There must be a way to not import the headers with query.

I have had one idea (basically running a delete function in the i loop, where it deletes Rows(i-1) ) but that is pretty messy. I'd rather not import the header in the first place.