And that made sense, so I made a small form with a command button.
Control on form = PlateName. The command button on click code:
Private Sub Command2_Click()
Call SendTQ2XLWbSheet("qryExportToExcel", "TFDNA311SampleInfo", "C:.....\TF-DNA311_Template.xlsx")
End Sub
and the module code...