Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 76
Default Update links without opening other files

Client is using Excel 03/WinXP. She has a Summary file. She enters a value
into the Summary sheet, which then populates a cell in File A. File A then
does a calculation on that value. The Summary sheet should then display that
calculation.

If both the Summary file and File A are open, everthing updates. However,
she has the Summary file linked to about 60 other files. She was hoping this
would work so that she would not have to go into all 60 files to make the
changes. Calculation is set to Automatic and have tried the Update Links
button in the Edit, Links dialog box but none of those work. Would there
maybe be some code that would update the Summary sheet without having to open
the other files?
--
maryj
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 51
Default Update links without opening other files

Try this Tools-Options-Calculation and change the calculation manual to
automatic

"maryj" wrote:

Client is using Excel 03/WinXP. She has a Summary file. She enters a value
into the Summary sheet, which then populates a cell in File A. File A then
does a calculation on that value. The Summary sheet should then display that
calculation.

If both the Summary file and File A are open, everthing updates. However,
she has the Summary file linked to about 60 other files. She was hoping this
would work so that she would not have to go into all 60 files to make the
changes. Calculation is set to Automatic and have tried the Update Links
button in the Edit, Links dialog box but none of those work. Would there
maybe be some code that would update the Summary sheet without having to open
the other files?
--
maryj

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 76
Default Update links without opening other files

Thanks, but as I said, Calc is already at Automatic.
--
maryj


"Stephen C" wrote:

Try this Tools-Options-Calculation and change the calculation manual to
automatic

"maryj" wrote:

Client is using Excel 03/WinXP. She has a Summary file. She enters a value
into the Summary sheet, which then populates a cell in File A. File A then
does a calculation on that value. The Summary sheet should then display that
calculation.

If both the Summary file and File A are open, everthing updates. However,
she has the Summary file linked to about 60 other files. She was hoping this
would work so that she would not have to go into all 60 files to make the
changes. Calculation is set to Automatic and have tried the Update Links
button in the Edit, Links dialog box but none of those work. Would there
maybe be some code that would update the Summary sheet without having to open
the other files?
--
maryj

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 51
Default Update links without opening other files

I miss read your post.

You could create some code to open all 60 files one at a time then save and
close them, this would update the files with the new value do the calculation
and then update the summary with the calculation.

You could link the code to a worksheet change event so it updates
automatically when you input the value.


"maryj" wrote:

Thanks, but as I said, Calc is already at Automatic.
--
maryj


"Stephen C" wrote:

Try this Tools-Options-Calculation and change the calculation manual to
automatic

"maryj" wrote:

Client is using Excel 03/WinXP. She has a Summary file. She enters a value
into the Summary sheet, which then populates a cell in File A. File A then
does a calculation on that value. The Summary sheet should then display that
calculation.

If both the Summary file and File A are open, everthing updates. However,
she has the Summary file linked to about 60 other files. She was hoping this
would work so that she would not have to go into all 60 files to make the
changes. Calculation is set to Automatic and have tried the Update Links
button in the Edit, Links dialog box but none of those work. Would there
maybe be some code that would update the Summary sheet without having to open
the other files?
--
maryj

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Update links without opening other files

You can't do what you describe with links when the other workbooks are
closed. (regardless of the calculation setting as suggested by Stephen C).

Links read data, they don't write data.

Excel provides the code/intelligence to interpret the formulas in the
workbook and peform the appropriate action. A closed workbook neither
updates links (to get the value you changed) nor performs calculations on
that data. Excel does that. You need to open the workbook(s) to achieve
that reaction.

--
Regards,
Tom Ogilvy




"maryj" wrote:

Client is using Excel 03/WinXP. She has a Summary file. She enters a value
into the Summary sheet, which then populates a cell in File A. File A then
does a calculation on that value. The Summary sheet should then display that
calculation.

If both the Summary file and File A are open, everthing updates. However,
she has the Summary file linked to about 60 other files. She was hoping this
would work so that she would not have to go into all 60 files to make the
changes. Calculation is set to Automatic and have tried the Update Links
button in the Edit, Links dialog box but none of those work. Would there
maybe be some code that would update the Summary sheet without having to open
the other files?
--
maryj



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
Update workbook links without opening all workbooks Steve Vincent Excel Discussion (Misc queries) 1 January 6th 09 11:14 PM
User is not prompted to update links when opening spreadsheet Wendy Excel Worksheet Functions 2 September 12th 08 09:57 PM
automatically update links without opening file sir Lancelot Excel Worksheet Functions 0 July 29th 05 04:05 AM
Hide prompt to automatically update links on workbook opening DannySS Excel Programming 1 June 10th 04 02:25 PM
update links when copying files lar Excel Programming 0 January 16th 04 09:23 PM


All times are GMT +1. The time now is 01:14 AM.

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

About Us

"It's about Microsoft Excel"