Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
PhilB
 
Posts: n/a
Default Linking worksheets in Excel

I update my costs using linked worksheet. Chairs have 3 or more parts that
lead to the final cost. When I open the worksheet for the finished chair,
costs are not automatically updated from the linked worksheets for the Back,
Seat and Frame. I need to open these sheets manually, in order for the
updates to flow to the finished Chair sheet. Is there some way to have all
linked sheets open when the finished "Chair" sheet opens, so that all the
cost updates flow to that worksheet? Thanks.
--
PhilB
  #2   Report Post  
Posted to microsoft.public.excel.misc
John James
 
Posts: n/a
Default Linking worksheets in Excel


Edit-Links-Update Values


--
John James
------------------------------------------------------------------------
John James's Profile: http://www.excelforum.com/member.php...o&userid=32690
View this thread: http://www.excelforum.com/showthread...hreadid=531935

  #3   Report Post  
Posted to microsoft.public.excel.misc
PhilB
 
Posts: n/a
Default Linking worksheets in Excel

I have tried Edit-Links-Update Values, and the updated values do not appear
on the worksheet. The only thing that happens is the Status changes from
Unknown to OK. The values DO change when the source worksheet is opened--is
there any way to set preferences to OPEN source worksheets when a destination
worksheet is opened? Thanks again.
--
PhilB


"John James" wrote:


Edit-Links-Update Values


--
John James
------------------------------------------------------------------------
John James's Profile: http://www.excelforum.com/member.php...o&userid=32690
View this thread: http://www.excelforum.com/showthread...hreadid=531935


  #4   Report Post  
Posted to microsoft.public.excel.misc
PhilB
 
Posts: n/a
Default Linking worksheets in Excel

One more thing I could mention--the source worksheets have linked cells to
other source worksheets. So the flow of updated costs could be required to
go through 2 or 3 worksheets to get to the end worksheet.
--
PhilB


"John James" wrote:


Edit-Links-Update Values


--
John James
------------------------------------------------------------------------
John James's Profile: http://www.excelforum.com/member.php...o&userid=32690
View this thread: http://www.excelforum.com/showthread...hreadid=531935


  #5   Report Post  
Posted to microsoft.public.excel.misc
John James
 
Posts: n/a
Default Linking worksheets in Excel


Aha. You've answered your own question. The link is working correctly
so that the target workbook is correctly updating with the source
workbook value, but that source workbook has not been updated with its
own source workbook values (or even further down the line) because they
have not been opened.

Each generation needs to be updated before the next generation can be
updated.

A macro like this should open multiple files, updating links:

Sub OpenGrpFiles()
Workbooks.Open Filename:="C:\...\Book1.xls", UpdateLinks:=3
Workbooks.Open Filename:="C:\...\Book2..xls", UpdateLinks:=3
Workbooks.Open Filename:="C:\...\Book3..xls", UpdateLinks:=3
End Sub

You can copy this into a module, adjust it and then attach the macro,
say, to a button.

PhilB Wrote:
One more thing I could mention--the source worksheets have linked cells
to
other source worksheets. So the flow of updated costs could be
required to
go through 2 or 3 worksheets to get to the end worksheet.



--
John James
------------------------------------------------------------------------
John James's Profile: http://www.excelforum.com/member.php...o&userid=32690
View this thread: http://www.excelforum.com/showthread...hreadid=531935

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do you protect hidden linked worksheets with in an Excel workb Newsgal Excel Discussion (Misc queries) 1 February 21st 06 08:49 PM
Comparing worksheets in Excel and highlighting changes Michael Ubezzi Excel Worksheet Functions 0 January 31st 06 12:13 AM
Linking Large Access Table into Excel Steven M. Britton Links and Linking in Excel 1 December 30th 05 11:28 PM
Linking table in Excel to word travis Links and Linking in Excel 1 November 19th 05 02:30 PM
Linking Excel to Outlook?? Pegasusnb7 Excel Discussion (Misc queries) 1 May 5th 05 10:32 PM


All times are GMT +1. The time now is 09:03 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"