I have a file that creates new worksheets, prompts the user to save-as
the workbook, deletes all the worksheets but one (called "Summary"),
then prompts the user a 2nd time to save just the Summary worksheet.
This allows the user to save 2 versions, a detailed version and a
summary version. Probably sounds funky but it works great.
My problem is that all the macros in the main workbook save with the
new Summary workbook. Is there a way through vba to delete all the
other code after saving the Summary?