How to copy a range to a closed workbook

M

max

Hi

Which is the syntax to copy a range from the open and active workbook
to a closed workbook (file)?

Regards.

Massimo
Bye
 
F

Frank Kabel

Hi
you have to open this other workbook within your code. You
may set
application.screenupdating=false
to prevent showing this other workbook to the user
 
Top