Thread: Update Links
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
V. Roe V. Roe is offline
external usenet poster
 
Posts: 17
Default Update Links

I have been using the line of code below to open a file without the update
links prompt. It suddenly has begun showing the prompt. The only change I
can see is that someone has opened and saved the workbook I am trying to
open without updating links in excel 2000, and I am using 97. Can anyone
tell me why this would suddenly start showing the prompt asking to update
links? I have been using this code for months without changes. Thanks
Valerie

Workbooks.Open FileName:="T:\Voc Rehab\Voc Master Files\Revised Voc
Form.xlt", UpdateLinks:=False