I have a workbook that has about 100 sheets, some of which are called "Fact Sheet 1", "Fact Sheet 2"..."Fact Sheet 50"
I'm trying to make each "Fact Sheet" its own file *if* cell C11 on the sheet contains any text.
I have written code to do it one sheet at a time, but the problem is when the new workbook is created, the original containing the other 49 sheets I want to re-save is closed.
It would be nice if this could all happen at once. Any ideas to get me going in the right direction?
I'm trying to make each "Fact Sheet" its own file *if* cell C11 on the sheet contains any text.
I have written code to do it one sheet at a time, but the problem is when the new workbook is created, the original containing the other 49 sheets I want to re-save is closed.
It would be nice if this could all happen at once. Any ideas to get me going in the right direction?