How to copy a range to a closed workbook

  • Thread starter Thread starter max
  • Start date Start date
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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top