I am attempting to write code that will create a new workbook, and then copy a sheet from ThisWorkbook (sheet is named "PO Form") into that new workbook. I have not done this before using VBA, and have hit a roadblock.
Here's the simplified version of my code:
Dim NewWBname As String
Dim...