Hello Friends
Could you please help me with a code that would read the current spreadsheet names of the workbook and then delete some of those sheets.
For example the current sheet names are:
Input
Budget12
Budget13
Sheet4
Sheet5
Sheet6
The code needs to delete all the sheets other than the following: Input, Budget12, Budget13.
It would be helpful if the code could ignore sheet name that contains text "Budget" rather than ignoring Budget12 and Budget13. That would help making it more dynamic.
Thanks
Rajesh
Could you please help me with a code that would read the current spreadsheet names of the workbook and then delete some of those sheets.
For example the current sheet names are:
Input
Budget12
Budget13
Sheet4
Sheet5
Sheet6
The code needs to delete all the sheets other than the following: Input, Budget12, Budget13.
It would be helpful if the code could ignore sheet name that contains text "Budget" rather than ignoring Budget12 and Budget13. That would help making it more dynamic.
Thanks
Rajesh