LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Startup prompt - Update links

If you want more control:
Try creating a dummy workbook whose only purpose is to open the original
workbook with links updated:

Kind of like:

Option Explicit
Sub auto_open()
Workbooks.Open Filename:="c:\my documents\excel\book2.xls", UpdateLinks:=1
ThisWorkbook.Close savechanges:=False
End Sub

Then your users can open the dummy workbook and the links will be refreshed.
(read about that UpdateLinks argument in VBA's help.)

======
You could even give the real workbook a password to open, but don't share it
with the users. Put the password in that macro in the dummy workbook and the
users will be forced to go through your open routine.

"Horatio J. Bilge" wrote:

This is for a workbook that I will be sharing with others. I want to make
sure that everyone's copy automatically updates the links, but I would like
to minimize the number of clicks to open the file.

Currently, they will have to click to enable macros, and then click to
update the links. Some users may be worried by the wording of the update
dialog box ("... links can be used to access and share confidential
information without your permission..."), and won't update the links.

If users have unchecked the box that you mentioned (Tools|options|edit tab),
it's no problem. But for those that have that box checked, is there a way to
skip the dialog box, and still update the links?

Thanks,
Horatio

Can I force the
"Dave Peterson" wrote in message
...
If you tell excel that you want to be asked before updating links, then
excel
will respect that setting:

Tools|options|edit tab
Uncheck "Ask to update automatic links"

This is a user-by-user setting--not a workbook setting.

"Horatio J. Bilge" wrote:

I am trying to remove the startup prompt that asks if I want to update
links
to external workbooks (I want the links to update automatically for this
workbook).

I clicked on Edit - Links...
I clicked "Startup Prompt..."
I selected "Don't display the alert and update links"
I clicked OK, and closed the dialog box.

When I try reopening the workbook, the prompt still comes up.


--

Dave Peterson


--

Dave Peterson
 
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
options to update automatic links Werner Rohrmoser Excel Worksheet Functions 0 November 10th 05 12:58 PM
Prompt to update links Werner Rohrmoser Links and Linking in Excel 0 November 3rd 05 09:47 AM
Update links prompt not wanted neeraj Excel Discussion (Misc queries) 5 September 23rd 05 06:34 PM
can't update links...can't find links GJR3599 Excel Discussion (Misc queries) 1 April 4th 05 04:56 PM
Update Individual Links mikxtr Excel Discussion (Misc queries) 3 January 21st 05 04:24 AM


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