How to activate original workbook?
I'm copying one sheet to an empty workbook with this code:
Sheets("Exported data").Copy
This opens a new workbook beautifully. After this is done I want to
return to the original workbook and hide the sheet "Exported data". How
can this be done?
Regards,
S
|