I have a workbook that I am currently, actively developing VBA macros
in. Since it is being actively used (because of time constraints), it
contains information that I need to keep. Yet, things "can happen" as
I continue programming the VBA. For this reason, I would like to be
able to copy all of the sheets from this application to a data-only
(without the VBA) Excel workbook.
Is there a way to do that? I would like to keep the sheet names the
same, too, so I can use my current code with as little changes as
possible (and to make it more readable when I am looking at the sheet
myself).