Read/Write from/to a closed workbook

A

Alan

Using a macro, how can I write the value from
Workbooks("Wb1").Range("Rng1") to Workbooks("Wb2").Range("Rng2") when
"Wb2" is closed?

Conversely, how can I read the value from
Workbooks("Wb2").Range("Rng2") into Workbooks("Wb1").Range("Rng1") when
"Wb2" is still closed?

I don't want to use links because I need complete control over the
event and I need to pass data in both directions.
 
R

RB Smissaert

Look at the thread in this NG from 11 June:
Problem with file finding macro.

RBS
 

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

Top