![]() |
![]() |
|
|||||||
| 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 |
|
New Member
Join Date: Feb 2002
Posts: 3
|
Hi, need you helps on automatic links updates between files.
Workbook a.xls contains sheets("b1"), Sheets("c1") Workbook b.xls contains sheets("b1"), Sheets("b2") Workbook c.xls contains sheets("c1"), Sheets("c2") in a.xls, sheets("b1")'s source is sheets("b1") in b.xls. Same with sheets("c1"). These 3 workbooks are in three different networked computers. b.xls and c.xls updates frequently. How can i make a.xls automatically changes with the changes of b.xls and c.xls. Thx |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Bogota, Colombia
Posts: 11,927
|
This is just an example.
It would update all links (And Pivot Tables if you have any) each time ANY sheet calculates (Which could make it *just a little* slow)
It goes in the Workbook Module. |
|
|
|
|
|
#3 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Bogota, Colombia
Posts: 11,927
|
You could also use (From Help File)
Example
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|