Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

2003 Can I stop the 'update links' option when file is opened?

0 views
Skip to first unread message

ajnmxx

unread,
Oct 29, 2009, 5:44:12 AM10/29/09
to
It seems I should be able to do this via the 'links' then 'startup
prompt' options. But whichever one of the three options here that I
choose seems to make no difference. When the file is saved and
reopened I'm still asked to update links again. The settings are
saved, so it still says "don't display the alert", but it does. Is
this a bug?

Robert Flanagan

unread,
Oct 31, 2009, 10:47:08 AM10/31/09
to
This is a feature. You can set the workbook to always update links but that
sounds like what you do not want to do. The other option is to write a
macro that opens the workbook and sets the option to update links to false

Sub Open_No_Update()
Workbooks.Open Filename:= _
"file and path here", UpdateLinks:=False
End Sub

Put the above in your personal xls file and assign it to a button for fast
access.

Robert Flanagan
http://www.add-ins.com
Productivity add-ins and downloadable books on VB macros for Excel

"ajnmxx" <ajn...@googlemail.com> wrote in message
news:91f01d79-e3d2-431f...@v36g2000yqv.googlegroups.com...

0 new messages