Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 196
Default Suppressing links message

I am using Excel 97 and wonder whether there is any code I
can use to suppress the links to other spreadsheets
message.

Thanks


Mark


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 575
Default Suppressing links message

Something like this...

Sub Macro1()
Application.DisplayAlerts = False
Workbooks.Open Filename:="C:\My Documents\My Excel
Files\Bloomberg\fx.xls", _
UpdateLinks:=3
Application.DisplayAlerts = True

End Sub

Robin Hammond
www.enhanceddatasystems.com

"Mark" wrote in message
...
I am using Excel 97 and wonder whether there is any code I
can use to suppress the links to other spreadsheets
message.

Thanks


Mark




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Suppressing links message

Robin gave you some code that you could use if you are opening a workbook
programmatically. If you mean when you open it manually, there is not way
to do that if you don't want the links updated. If you want to allow the
links to be updated, you can remove the check in the Options dialog
(tools=Options=Edit tab) for Ask to Update Automatic links. This question
is asked prior to any macros running and there is no setting which removes
the prompt (in Excel 97. In Excel 2002, they added a setting under the
Edit=Links menu).

--
Regards,
Tom Ogilvy

"Mark" wrote in message
...
I am using Excel 97 and wonder whether there is any code I
can use to suppress the links to other spreadsheets
message.

Thanks


Mark




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
How to avoid the pop up message for updating links? Eric Excel Discussion (Misc queries) 1 March 29th 10 03:28 AM
Message on startup shows that links are present AJCB Excel Discussion (Misc queries) 2 June 4th 09 01:13 PM
Suppress Update Links Message blatham Excel Discussion (Misc queries) 2 April 20th 06 02:34 PM
broken links message still popping up GJR3599 Excel Discussion (Misc queries) 1 March 30th 05 01:36 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 12:49 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"