Hello!
I've a workbook. There are a number of worksheets. Each worksheet relates to a specific country (austria, Belgium, Croatia etc). I use VBA to plonk data on each sheet, however (and this bit varies from month to month) there is never data on all worksheet - this is expected. What I need help on is removing the excess worksheet. The simple way would appear to test each worksheet for anything below a certain row and if the answer is "No there is no data" drop the sheet. I can't get my head round this. It seems simple, can anyone help?
I've a workbook. There are a number of worksheets. Each worksheet relates to a specific country (austria, Belgium, Croatia etc). I use VBA to plonk data on each sheet, however (and this bit varies from month to month) there is never data on all worksheet - this is expected. What I need help on is removing the excess worksheet. The simple way would appear to test each worksheet for anything below a certain row and if the answer is "No there is no data" drop the sheet. I can't get my head round this. It seems simple, can anyone help?