I have a workbook with many sheets. These sheets are added based on
the cell value of A1 of "Master" sheet.
My requirement is - Suppose, cell A1 contains "ABC", then the macro
will save the sheet "ABC" as a separate file named "abc" to the same
location.
Suppose, cell A1 of "Master" sheet contains "XYZ", then it will save
the sheet named "XYZ" as a separate file named "xyz" to the same
location and so on. Also the name the sheet shall be "abc,xyz, etc.
Can a macro be provided to :
Extract a copy of a sheet based on cell A1 value of "Master" sheet and
save as a separate file to the location of the main file. The name of
the file should be sheet name