Two possibilities:
You can use a range for your inport:
DoCmd.TransferSpreadsheet acLink, 8, "PipelineLink", _
varGetFileName, True, "80%!A3300"
In the example above, the Sheet's tab name is 80% and I want cells A3300
Or,
Import to a temporary table and delete the first 12 rows.