Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default Updating Links

Hi

I am having trouble with turning off the promt for
updating links.

I have tried the following commands but I still get a
message re updating links.

I think they automatically update the links but I want the
program to not Update links.

Application.AskToUpdateLinks = False
ActiveWorkbook.UpdateLinks = False

TIA
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Updating Links

In versions of Excel prior to xl2002, you either update automatic links
without prompt, or you get prompted. The only way around this is to open
the workbook with code since the open method has an argument UpdateLinks
which can be set to not update links. In xl2002 and later, there is an
option in the Links menu under the edit menu.

--
Regards,
Tom Ogilvy

"Edgar Thoemmes" wrote in message
...
Hi

I am having trouble with turning off the promt for
updating links.

I have tried the following commands but I still get a
message re updating links.

I think they automatically update the links but I want the
program to not Update links.

Application.AskToUpdateLinks = False
ActiveWorkbook.UpdateLinks = False

TIA



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
Updating links to add-ins BigJimmer Links and Linking in Excel 2 January 5th 10 06:46 PM
why are my links not updating silent_tiger Excel Discussion (Misc queries) 0 February 15th 09 08:57 PM
updating links Laura Jean Excel Worksheet Functions 1 August 19th 06 11:07 AM
Links not Updating Brian Links and Linking in Excel 2 June 1st 06 03:09 PM
Links updating? Kimmerz321 Excel Discussion (Misc queries) 3 September 1st 05 01:31 PM


All times are GMT +1. The time now is 06:50 PM.

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"