LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.setup
external usenet poster
 
Posts: 87
Default Disable link prompt from showing up

Hello,

I have a problem when Excel prompts the user to "Continue" or "Edit Links".
Is there a way to disable this prompt?

Here's what I've tried:
1. TOOLS - OPTIONS - EDIT - unchecked ASK TO UPDATE LINKS (Doesn't work, I
still get prompted to "continue" or "edit links" when I open a spreadsheet
with links.

2. I've used Personal.xls with the following macros:
' Begin Code to close Excel without save dialog
Sub Auto_Open()
For Each wb In Workbooks
wb.Saved = True
Next

For Each wb In Workbooks
wb.Saved = True
Next
' End Code to close Excel without save dialog

'turn off warnings
Application.DisplayAlerts = False
Application.AskToUpdateLinks = False
End Sub

' Begin Code to close Excel without save dialog
Sub Workbook_Open()
For Each wb In Workbooks
wb.Saved = True
Next

For Each wb In Workbooks
wb.Saved = True
Next
' End Code to close Excel without save dialog

'turn off warnings

Application.DisplayAlerts = False
Application.AskToUpdateLinks = False

End Sub


None of this code seems to do it either.

Anyone knows how to effectively disable these link prompts from showing up?

Thanks.

 
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
is it possible to disable "save" prompt in excel file on web server? [email protected] Excel Discussion (Misc queries) 0 May 9th 07 05:58 PM
Disable Allow ActiveX prompt Gary Excel Discussion (Misc queries) 0 May 31st 06 05:45 PM
disable query refresh prompt? GoBobbyGo Excel Discussion (Misc queries) 0 April 7th 06 06:42 PM
how to disable save prompt on closing excel file in automated mode [email protected] Excel Discussion (Misc queries) 3 July 6th 05 10:35 PM
How do I disable the ActiveX Control prompt? Keith Excel Discussion (Misc queries) 0 May 18th 05 09:58 AM


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