sujittalukde
Well-known Member
- Joined
- Jun 2, 2007
- Messages
- 520
Can a macro be provided to :
Extract a copy of a sheet based on cell A1 value and save as a separate file to the location of the main file. The name of the file should be sheet name.
I have a workbook with many sheets. THese sheets are added based on the cell value of A1 of "Master" sheet. Suppose, cell A1 contains "ABC", 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.
Extract a copy of a sheet based on cell A1 value and save as a separate file to the location of the main file. The name of the file should be sheet name.
I have a workbook with many sheets. THese sheets are added based on the cell value of A1 of "Master" sheet. Suppose, cell A1 contains "ABC", 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.