I have a Macro file, where after running the macro, i want to save this one particular sheet into a new workbook in a specific folder and then close the newly saved file.
I want to name the new file based upon certain text in a range.
Worksheets.Copy method creates the new workbook with worksheet
duplicate. See in VBA inner help as well ActiveWorkbook.Close method
to save and close at once …