![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Mar 2002
Location: Cincinnati, Ohio, USA
Posts: 6,824
|
I know it is possible with ADO, but maybe someone here can show me an easier way to accomplish the following.
I have a master workbook which will be in charge of updating multiple other workbooks. What I would like to do is to update the workbooks without opening them. I have found multiple examples of updating the open workbook with data from a closed workbook. How about the other way around? Can I send data to a closed workbook? If you know the syntax, please post an example of sending info from ActiveWorkbookMaster.xls Range A:1 to ClosedExample.xls cell B:1 I really appreciate the help! Have a nice day! Tom [ This Message was edited by: TsTom on 2002-03-26 19:06 ] |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Mar 2002
Location: Cincinnati, Ohio, USA
Posts: 6,824
|
Anyone???
|
|
|
|
|
|
#3 |
|
Banned
Join Date: Feb 2002
Posts: 1,582
|
Hi Tom
I am afraid that VBA code cannot send data to cells on a Worksheet in a Closed Workbook. Would it matter if you reversed this and pulled in the data from a closed Workbook when you open it? I say this because, unless the Workbook is opened it shouldn't matter whether it has had new data entered. |
|
|
|
|
|
#4 | |
|
Join Date: Mar 2002
Posts: 12
|
Quote:
"unless the Workbook is opened it shouldn't matter whether it has had new data entered." It could matter if there was a link to the closed workbook in some other workbook. If it does matter, why not open/update/close each workbook? [ This Message was edited by: Adcb on 2002-03-25 04:27 ] |
|
|
|
|
|
|
#5 |
|
Board Regular
Join Date: Mar 2002
Location: Cincinnati, Ohio, USA
Posts: 6,824
|
Thanks Guys
Several days later and I don't know what I was thinking. If I has any rational for wanting to do it the way I was trying to do it, it escapes me now. I've learned so much on this board in the past week. It doesn't even seem to be a big deal now. Thanks Tom |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|