A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Links and Linking
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Update links automatically



 
 
Thread Tools Display Modes
  #1  
Old July 19th, 2004, 04:59 PM
walshy
external usenet poster
 
Posts: n/a
Default Update links automatically

Hi,

This is probably simple but is there any way to
automatically update all links on opening a workbook,
Without having to click a button saying automatically
update links yes/no...?
  #2  
Old July 19th, 2004, 06:00 PM
Dan Elgaard
external usenet poster
 
Posts: n/a
Default Update links automatically

Tools - Options - Edit Tab - Remove checkmark in "Ask to update links"


--
mvh.,
Dan Elgaard
http://www.excelgaard.dk/



"walshy" wrote in message
...
Hi,

This is probably simple but is there any way to
automatically update all links on opening a workbook,
Without having to click a button saying automatically
update links yes/no...?



  #3  
Old July 20th, 2004, 05:22 PM
Bill Manville
external usenet poster
 
Posts: n/a
Default Update links automatically

Note that Dan's advice re Tools / Options / Edit / Ask to update
automatic links applies to ALL workbooks you open.

If there are some where the time to update links would be excessive you
might regret making that change.

An alternative is to have another workbook open the real one by using a
macro:

Sub Auto_OPen()
Application.OnTime Now, "Continue_Open"
End Sub

Sub Continue_Open()
Workbooks.Open ThisWOrkbook.Path & "\RealBook.xls", UpdateLinks:=3
ActiveWorkbook.RunAutoMacros xlAutoOpen ' if RealBook has an Auto_Open
ThisWorkbook.Close False
End Sub

Bill Manville
MVP - Microsoft Excel, Oxford, England
No email replies please - respond to newsgroup

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to Update Links. Shelley General Discussion 0 July 2nd, 2004 07:29 PM
Same workbook links will not update automatically Henry Links and Linking 7 June 19th, 2004 01:46 AM
Links not updating automatically Farzana Saleem General Discussion 3 June 18th, 2004 01:34 PM
Excel 2000 converts UNC links to relative - need to preserve UNC links! Jeff Adams Links and Linking 3 April 15th, 2004 05:46 PM
update links not asking... mark Worksheet Functions 2 February 27th, 2004 01:46 PM


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


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