A macro putting data in a closed workbook?
Posted by Paul Magruder on March 20, 2001 7:54 PM
Is it possible to run a macro in "Book1" and have the macro put the data in "Book2" if Book2 is closed? Example: Workbook "Book1" has data in "sheet1" range ("a1")
I want to put the data in the same range in workbook "Book2" without opening workbook "book2".
I know how to do it if both workbooks are open, but can i do it if one of them is closed?
Thanks in advance...... Paul