Hello
I have two divider sheets - one named "First_Sheet" and one named "Last_Sheet". In between these sheets are a number of different sheets based on a template (the number changes over time depending on how many "timesheets" have been submitted).
At the start of a VBA macro i simply want to make sure i delete all the existing sheets that are currently between those two sheets. (before the macro adds in new ones)
I thought it would be simple enough but its perplexing me.
Any assistance would be greatly appreciated.
VBA
I have two divider sheets - one named "First_Sheet" and one named "Last_Sheet". In between these sheets are a number of different sheets based on a template (the number changes over time depending on how many "timesheets" have been submitted).
At the start of a VBA macro i simply want to make sure i delete all the existing sheets that are currently between those two sheets. (before the macro adds in new ones)
I thought it would be simple enough but its perplexing me.
Any assistance would be greatly appreciated.
VBA