Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Stopping the Update Links Message

How do I stop the Message "do you want to update links" coming up when I open a workbook?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Stopping the Update Links Message

Application.AskToUpdateLinks=False

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Matty S" wrote in message
...
How do I stop the Message "do you want to update links" coming up when I

open a workbook?


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Stopping the Update Links Message

In Excel 2002 and later there is an option under the Edit=Links menu

In all versions you can go into tools options under the Edit tab, uncheck
Ask to Update Automatic links. However, this causes the links to be updated
without prompt (which may be acceptable.

If you don't want them updated and don't want to be prompted, then in
versions earlier than xl2002, there is no remedy except to use a dummy file
that has macro code to open the workbook with the parameter UpdateLinks set
to zero.

On the offhand chance that you do not intentionally have any links and you
would like to get rid of the links, see Bill Manville's free addin -
Findlink.xla which can be downloaded from Stephen Bullen's site:

http://www.bmsltd.ie on the left, choose the MVP page.

--
Regards,
Tom Ogilvy

"Matty S" wrote in message
...
How do I stop the Message "do you want to update links" coming up when I

open a workbook?


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Stopping the Update Links Message

Thanks Bo
But where do i put thate code, under worbooks open?
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Stopping the Update Links Message

Just before you open the workbook, then reset afterwards.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Matty S" wrote in message
...
Thanks Bob
But where do i put thate code, under worbooks open?





  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Stopping the Update Links Message

That code won't work in Workbooks_Open if you mean to put it in the workbook
that causes the prompt. The prompt appears before any code is run. That
changes the setting for Excel itself, same as doing it manually as I
explained - also with the same effect, that the links are updated without
prompt.

--
Regards,
Tom Ogilvy

"Matty S" wrote in message
...
Thanks Bob
But where do i put thate code, under worbooks open?



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
Cannot Update Links Message is False but Always Appears [email protected] Excel Discussion (Misc queries) 0 April 20th 09 02:50 PM
Excel Links don't update error message even if it really does upda Lost in Excel Excel Discussion (Misc queries) 0 October 21st 08 04:42 PM
Suppress Update Links Message blatham Excel Discussion (Misc queries) 2 April 20th 06 02:34 PM
Can I avoid annoying Update Links message phillyjoe Excel Discussion (Misc queries) 2 October 29th 05 03:00 PM
Disabling the Update links message L Buchy Excel Programming 2 July 23rd 03 06:38 PM


All times are GMT +1. The time now is 04:35 AM.

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"