View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Don Wiss Don Wiss is offline
external usenet poster
 
Posts: 300
Default Application.DisplayAlerts = False

On Sun, 13 Aug 2006 02:37:39 +0000, "Jim May" wrote:

As the Second Workbook is Opened I get
The Standard Message Warning/Alert
Dealing with Updating Links;
Update; Don't Update;

I thought my Original DisplayAlerts = False
Took care of this?


Try Application.AskToUpdateLinks = False

Don <www.donwiss.com (e-mail link at home page bottom).