View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] staeri@gmail.com is offline
external usenet poster
 
Posts: 35
Default 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