Hi - I'm trying to copy sheets not named Sheet1/2/3 to a new workbook and then prompt the user to save it. This is the code I'm using.
Sub ExportFile()
Application.ScreenUpdating = False
Dim DstFile As String
Dim TD As String
TD = Format(Date, "mm-dd-yyyy")
Dim wb As...