I have an Excel workbook with one sheet named "Template"
I obviously want to use that template sheet to create new sheets.
How do I copy that sheet to a new sheet?

I've scoured google and it's killing me that I can't find an applicable answer.
This question must have been asked and answered many times.

Dim xlapp As Excel.Application, xlworkbook As Excel.Workbook, xlworksheet As Excel.Worksheet