Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22
Default How to disable 'Update alert' when open a spreadsheet has link to other XLS

Hi Wellie,

Try this...
---------------------------------
Private Sub Workbook_Open()

ActiveWorkbook.UpdateLinks = xlUpdateLinksNever
If Application.UserName = "MyName" Then UpdateLink _
Name:=LinkSources

End Sub
----------------------------------
Hope this helps...

Chong Moua

-----Original Message-----
I'd like ONLY to have the 'Update or Don't Update alert
window' to be prompted when opening a spreadsheet that

has
link to other spreadsheets base on who open it.

Can someone please show me some code on how to do this ?

Thanks for any help.
.

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
Disable Macro Alert [email protected] Excel Discussion (Misc queries) 2 September 2nd 11 08:49 PM
update link to other spreadsheet jiwolf Excel Discussion (Misc queries) 0 February 20th 05 02:07 PM
2003 update link when Source open tim Excel Worksheet Functions 3 January 17th 05 06:25 AM
How to disable 'Update alert' when open a spreadsheet has link to other XLS andres a Excel Programming 0 July 9th 03 11:26 PM
How to disable 'Update alert' when open a spreadsheet has link to other XLS Jose Rojas Excel Programming 0 July 9th 03 11:14 PM


All times are GMT +1. The time now is 10:26 PM.

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"