![]() |
![]() |
|
|||||||
| 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 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Christchurch New Zealand
Posts: 1,030
|
I have a main workbook that I update I want I have another 10 workbooks which need to be exactually the same.
Im on a network so what I was wondering was can you somehow link the whole workbook including code , so that when anything changes on the main book the rest automatically update when opened?? |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Feb 2002
Location: Stockton, California
Posts: 281
|
brett...what exactly are you trying to do, is this maybe for sharing it with other users? if so, have you looked at the "share workbook" option?
|
|
|
|
|
|
#3 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Christchurch New Zealand
Posts: 1,030
|
no I was just wondering if you could make other books to link to the main book just for updates changes etc like when you paste a link of data to another workbook and when you open the other workbook it updates the data.
|
|
|
|
|
|
#4 |
|
Board Regular
Join Date: Feb 2002
Location: Stockton, California
Posts: 281
|
Do you mean just links? If you want another, or 10 other workbooks A1 value to be the same as your main one, you would put, in each of your 10 other workbooks, the formula :
=[book1.xls]sheet1!$A$1 then when you open those copies, it will ask you if you want to update the links. is that what you mean? |
|
|
|
|
|
#5 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Christchurch New Zealand
Posts: 1,030
|
kind of it was mainly just the whole book because I also wanted to macro code to update as well like the data example
|
|
|
|
|
|
#6 |
|
Board Regular
Join Date: Feb 2002
Location: Stockton, California
Posts: 281
|
hmm...i guess you could have the orignal sheet save itself as 10 different names using the before_close method?, unless you want these updates to go both ways, from original to others, and other changes to the original, in that case, you have me stumped
|
|
|
|
|
|
#7 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Christchurch New Zealand
Posts: 1,030
|
Doesn't matter its know big deal thought there might have been an option to link a whole book thanks anyway.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|