After a few weeks off work, I'm think I may have forgotten chunks of VBA, as I'm getting the "Save as workbook method failed" error. Any help?
So here's my current code:
Sub Exporta()
Dim wbStart As Workbook
Dim wbNew As Workbook
Set wbStart = ThisWorkbook
wsRec.Copy
Set wbNew =...