I have a workbook with several worksheets. After populating the worksheets, I would like to save the worksheets as workbooks. Any one have a clue on how that can be done easily?
Printable View
I have a workbook with several worksheets. After populating the worksheets, I would like to save the worksheets as workbooks. Any one have a clue on how that can be done easily?
In Excel macro programming there is a command .SaveCopyAs. This might do what you want....