LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Don't prompt to Update Links

How do I tell Excel not to prompt to update links when
opening a file? I programmed the the file to open the
linked file:

Private Sub Workbook_Open()
Workbooks.Open "G:\SHared\Vault\relicitems.xls"
ThisWorkbook.Activate
ThisWorkbook.UpdateLink
Name:=ThisWorkbook.LinkSources, Type:=xlLinkTypeExcelLinks
End Sub

I don't see how I could use the UpdateLinks switch in
strFile if I'm trying to open strFile:

Workbooks.Open strFile, 0

Knowledge Base article 215342 has no resolution
 
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
Suppress Update Links Prompt Brent E Excel Discussion (Misc queries) 2 October 16th 08 10:56 PM
Update links without being prompt George Excel Discussion (Misc queries) 2 September 12th 07 12:38 AM
Startup Prompt to update Links Werner Rohrmoser Links and Linking in Excel 2 July 3rd 06 07:49 AM
Prompt to update links Werner Rohrmoser Links and Linking in Excel 0 November 3rd 05 09:47 AM
Update links prompt not wanted neeraj Excel Discussion (Misc queries) 5 September 23rd 05 06:34 PM


All times are GMT +1. The time now is 05:35 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"