#1   Report Post  
ceemo
 
Posts: n/a
Default Auto Link Update


When i sign into my spreadsheet it asks whether i would like to update
links. Is there anyway to get this to auto update without it prompting
me. Basicaly taking away the choice from the user?


--
ceemo
------------------------------------------------------------------------
ceemo's Profile: http://www.excelforum.com/member.php...o&userid=10650
View this thread: http://www.excelforum.com/showthread...hreadid=399731

  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default

You can change the setting for you.

Tools|options|Edit tab
Uncheck "ask to update automatic links"

The links will be refreshed and you won't be prompted.

But this is a setting that's local to you--each user controls what he/she wants
to do.



ceemo wrote:

When i sign into my spreadsheet it asks whether i would like to update
links. Is there anyway to get this to auto update without it prompting
me. Basicaly taking away the choice from the user?

--
ceemo
------------------------------------------------------------------------
ceemo's Profile: http://www.excelforum.com/member.php...o&userid=10650
View this thread: http://www.excelforum.com/showthread...hreadid=399731


--

Dave Peterson
  #3   Report Post  
ceemo
 
Posts: n/a
Default


is there any other way to this just to this spreadsheet for all users


--
ceemo
------------------------------------------------------------------------
ceemo's Profile: http://www.excelforum.com/member.php...o&userid=10650
View this thread: http://www.excelforum.com/showthread...hreadid=399731

  #4   Report Post  
Dave Peterson
 
Posts: n/a
Default

I don't think there's a reliable way (except for walking around and changing
that setting).

But another approach is to use a dummy workbook that opens the workbook with
links. You can have that dummy workbook open your real workbook anyway you
want.

The dummy workbook would contain a macro like this:

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 you open the dummy workbook and the links will be refreshed.
(read about that UpdateLinks argument in VBA's help.)

But now you have a different problem--you have to make sure that the user opens
the file with macros enabled.

I add some notes to Sheet1:

Please close this workbook with macros enabled.
(Repeated about 20 times)

Then if macros are enabled, the message disappears quickly.

If macros are disabled, then the users can read the message and do what they
want/need to do.

ceemo wrote:

is there any other way to this just to this spreadsheet for all users

--
ceemo
------------------------------------------------------------------------
ceemo's Profile: http://www.excelforum.com/member.php...o&userid=10650
View this thread: http://www.excelforum.com/showthread...hreadid=399731


--

Dave Peterson
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
Can I disable auto formula update? jch New Users to Excel 4 August 9th 05 06:31 PM
can i link a cell to a calendar so it will auto update paulyoung666 Excel Discussion (Misc queries) 1 June 15th 05 06:59 PM
excel links update not working in auto, calculations in auto Mikey Boy Excel Worksheet Functions 0 December 7th 04 11:53 PM
auto update an open excel sheet over network, with mutiple users crumkerr Excel Worksheet Functions 1 November 29th 04 11:47 AM
auto update xyncro Excel Worksheet Functions 0 November 5th 04 11:03 AM


All times are GMT +1. The time now is 03:25 AM.

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"