I built an Excel reporting application that will create a Summary worksheet report on the fly. However, I want to allow the user to copy a previous Summary worksheet from another Open workbook (or closed) instead of generating a new Summary sheet.
So basically, I would like to cycle through any open workbooks looking for a worksheet titled "Summary" and if found, copy into the active/current workbook, otherwise, generate on the fly.
I can't figure out how to cycle through open workbooks to search for the Summary sheet.
thanks in advance for any advice!!
So basically, I would like to cycle through any open workbooks looking for a worksheet titled "Summary" and if found, copy into the active/current workbook, otherwise, generate on the fly.
I can't figure out how to cycle through open workbooks to search for the Summary sheet.
thanks in advance for any advice!!