I have some code where wb is an existing multi-worksheet workbook. If I copy one of the sheets \"Overview\" a new workbook is created - so why does the followin
wb
This is one of the few occasions you have to use one of the Active* objects
Active*
wb.Sheets("Overview").Copy Set wbCopy = ActiveWorkbook