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  

"don't update" links & calculating cells



 
 
Thread Tools Display Modes
  #1  
Old March 8th, 2007, 07:46 PM posted to microsoft.public.excel.links
Scott
external usenet poster
 
Posts: 1,119
Default "don't update" links & calculating cells

I have a workbook (A) that has links to and will open 3 other workbooks
(B,C,D)when opened. One of these 3 workbooks (B) has links to the other two
(C,D). I have the following startup macro.

Private Sub Workbook_Open()
Application.DisplayAlerts = False
Workbooks.Open Filename:= "C.xls", UpdateLinks:=False
Workbooks.Open Filename:= "D.xls", UpdateLinks:=False
Workbooks.Open Filename:= "B.xls", UpdateLinks:=False
Windows("A.xls").Activate
Application.DisplayAlerts = True
End Sub

Woorkbooks C & D open in about 5 seconds. The problem is that workbook B
takes about 60 seconds to open because it goes through "calculating cells".
Is there anyway to not have it go through its update? I have tried modifying
the registry by placing a DWORD - FullCalcOnLoadOldFile = 0 on the
Excel/Options section. That didnt work.

 




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


All times are GMT +1. The time now is 06:47 AM.


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