Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Updating all graph links in a workbook

I have a workbook that holds values for a large number of graphs. The graphs
are in separate workbooks (about 20 of them), with 3-10 graphs per workbook.
When I open the graph files with a macro (after the data source file is
opened) only the graph on the worksheet that is viewable updates. I'm trying
to figure out how to code the Workbooks.Open function so that all worksheets
on the graph files are updated. Here's a snippet of the Workbooks.Open code:

Workbooks.Open Filename:= "GraphFile.xls", UpdateLinks:=3

I don't understand the UpdateLins:=3 parameter. Is there a list of these
parameters somewhere?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Updating all graph links in a workbook

in the help for workbooks.open

Value Meaning
0 Doesn't update any references
1 Updates external references but not remote references
2 Updates remote references but not external references
3 Updates both remote and external references

--
Regards,
Tom Ogilvy


"Tele-Wiz" wrote:

I have a workbook that holds values for a large number of graphs. The graphs
are in separate workbooks (about 20 of them), with 3-10 graphs per workbook.
When I open the graph files with a macro (after the data source file is
opened) only the graph on the worksheet that is viewable updates. I'm trying
to figure out how to code the Workbooks.Open function so that all worksheets
on the graph files are updated. Here's a snippet of the Workbooks.Open code:

Workbooks.Open Filename:= "GraphFile.xls", UpdateLinks:=3

I don't understand the UpdateLins:=3 parameter. Is there a list of these
parameters somewhere?

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
links within workbook are not updating Bizmastr Excel Discussion (Misc queries) 1 September 5th 09 11:15 PM
Bug: Move or Copy sheet graph links not updating! Alice Excel Discussion (Misc queries) 4 May 2nd 07 01:37 PM
My workbook links are not updating (its 30,000 KB size workbook). rselena Excel Discussion (Misc queries) 1 August 14th 06 09:14 PM
Links not updating in shared workbook JP Long Excel Worksheet Functions 0 April 26th 06 09:52 PM
Updating links to new workbook with same format Andy Links and Linking in Excel 1 January 12th 05 08:22 AM


All times are GMT +1. The time now is 04:00 PM.

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"