#1   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc
external usenet poster
 
Posts: 268
Default Update links

I have a spreadsheet which, until recently, on opening updated links to
external spreadsheets (whether or not the file was already open). Now, for
some strange reason, it updates all but one link but it will do so when that
file is already open. I get the message "The workbook contains one or more
links that cannot be updated".

Any ideas why this should happen please?

Thanks.

Bill Ridgeway


  #2   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Update links

Any chance that the link points to a CSV file--not a normal excel workbook?

If not, you may want to share the formula that contains the link.

Bill Ridgeway wrote:

I have a spreadsheet which, until recently, on opening updated links to
external spreadsheets (whether or not the file was already open). Now, for
some strange reason, it updates all but one link but it will do so when that
file is already open. I get the message "The workbook contains one or more
links that cannot be updated".

Any ideas why this should happen please?

Thanks.

Bill Ridgeway


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc
external usenet poster
 
Posts: 268
Default Update links

Thanks Dave,

The link is to another worksheet. The link was made some while a go and has
now 'failed'. I have tried to re-establish the link simply by typing "="
and then navigating to the cell in the target worksheet. I'm not aware of
any changes that may have caused this "it worked OK yesterday" problem.

Regards.

Bill Ridgeway
Computer Solutions

"Dave Peterson" wrote in message
...
Any chance that the link points to a CSV file--not a normal excel
workbook?

If not, you may want to share the formula that contains the link.

Bill Ridgeway wrote:

I have a spreadsheet which, until recently, on opening updated links to
external spreadsheets (whether or not the file was already open). Now,
for
some strange reason, it updates all but one link but it will do so when
that
file is already open. I get the message "The workbook contains one or
more
links that cannot be updated".

Any ideas why this should happen please?

Thanks.

Bill Ridgeway


--

Dave Peterson



  #4   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Update links

A worksheet in the same workbook????

(You did check to see if calculation was set to automatic, right?)

I've never seen this, but others have posted that their formulas won't update
even when calculation is set to automatic.

One solution that seems to work is to group all the worksheets and then select a
single cell (so all the cells are affected).

Then edit|replace
what: = (equal sign)
with: =
replace all
and ungroup the sheets





Bill Ridgeway wrote:

Thanks Dave,

The link is to another worksheet. The link was made some while a go and has
now 'failed'. I have tried to re-establish the link simply by typing "="
and then navigating to the cell in the target worksheet. I'm not aware of
any changes that may have caused this "it worked OK yesterday" problem.

Regards.

Bill Ridgeway
Computer Solutions

"Dave Peterson" wrote in message
...
Any chance that the link points to a CSV file--not a normal excel
workbook?

If not, you may want to share the formula that contains the link.

Bill Ridgeway wrote:

I have a spreadsheet which, until recently, on opening updated links to
external spreadsheets (whether or not the file was already open). Now,
for
some strange reason, it updates all but one link but it will do so when
that
file is already open. I get the message "The workbook contains one or
more
links that cannot be updated".

Any ideas why this should happen please?

Thanks.

Bill Ridgeway


--

Dave Peterson


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Update links

On Apr 9, 6:39 am, Dave Peterson wrote:
A worksheet in the same workbook????

(You did check to see if calculation was set to automatic, right?)

I've never seen this, but others have posted that their formulas won't update
even when calculation is set to automatic.

One solution that seems to work is to group all the worksheets and then select a
single cell (so all the cells are affected).

Then edit|replace
what: = (equal sign)
with: =
replace all
and ungroup the sheets





Bill Ridgeway wrote:

Thanks Dave,


The link is to another worksheet. The link was made some while a go and has
now 'failed'. I have tried to re-establish the link simply by typing "="
and then navigating to the cell in the target worksheet. I'm not aware of
any changes that may have caused this "it worked OK yesterday" problem.


Regards.


Bill Ridgeway
Computer Solutions


"Dave Peterson" wrote in message
...
Any chance that the link points to a CSV file--not a normal excel
workbook?


If not, you may want to share the formula that contains the link.


Bill Ridgeway wrote:


I have a spreadsheet which, until recently, on opening updated links to
external spreadsheets (whether or not the file was already open). Now,
for
some strange reason, it updates all but one link but it will do so when
that
file is already open. I get the message "The workbook contains one or
more
links that cannot be updated".


Any ideas why this should happen please?


Thanks.


Bill Ridgeway


--


Dave Peterson


--

Dave Peterson- Hide quoted text -

- Show quoted text -


I am experiencing a similar situation. The problem was that links to
an external or another workbook were failing and in turn crashing
Excel 2000. On Excel 2002/XP is showed me that some links were fine
and some errored. The files it was linked to where downloaded and
save from the internet.

The solution for my problem was to open the source files that were
downloaded and save them in excel. After doing that I could see that
link come back to an "OK" status which had shown error before. Now I
may have to write a macro to open, save and close each of these
files. It is the only solution that I know at this point.

Can anyone think of a better way to do this? I have another macro
that creates a series of excel files that are separate reports for
every state and country... it is weather data. When you open one of
these files and then close it, it prompts you to save the file. Why
is that? Was the file not just opened up? Any ideas here?

Thanks,

Steven Johnson
Desktop Support/Programmer
A.A.S., A+, i-Net+, CIW



  #6   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Update links

Just the last portion...

There are some worksheet functions that are volatile--that are recalculated when
excel recalcs.

AREAS()
CELL()
INDIRECT()
ROWS()
COLUMNS()
NOW()
TODAY()
RAND()

Any of these functions in formulas could make excel think your workbook has
changed.

===
As for the first portion, what kind of error did you see--like #ref's?

Maybe a little more info will help others come up with a suggestion that
works????



" wrote:
<<snipped

I am experiencing a similar situation. The problem was that links to
an external or another workbook were failing and in turn crashing
Excel 2000. On Excel 2002/XP is showed me that some links were fine
and some errored. The files it was linked to where downloaded and
save from the internet.

The solution for my problem was to open the source files that were
downloaded and save them in excel. After doing that I could see that
link come back to an "OK" status which had shown error before. Now I
may have to write a macro to open, save and close each of these
files. It is the only solution that I know at this point.

Can anyone think of a better way to do this? I have another macro
that creates a series of excel files that are separate reports for
every state and country... it is weather data. When you open one of
these files and then close it, it prompts you to save the file. Why
is that? Was the file not just opened up? Any ideas here?

Thanks,

Steven Johnson
Desktop Support/Programmer
A.A.S., A+, i-Net+, CIW


--

Dave Peterson
  #7   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel
external usenet poster
 
Posts: 663
Default Update links

There are two possibillities:

1. Possibily you may be linking to a comma seperated values (csv).

Note: Although the dialog box diaplays the following message:

..csv file may contains features that are not compatible with csv (Comma
Delimited). Do you want to keep the Workbook format.

Click Yes. You view the .csv file in the Excel iteself. The solution is open
the .csv file and copy and paste special - paste link into the target file
and the updation is simultaneous when both the files are open.

2. Check whether the path of the linked file has not changed.
3. Check whether you have not renamed the named range name.


Challa Prabhu


"Bill Ridgeway" wrote:

I have a spreadsheet which, until recently, on opening updated links to
external spreadsheets (whether or not the file was already open). Now, for
some strange reason, it updates all but one link but it will do so when that
file is already open. I get the message "The workbook contains one or more
links that cannot be updated".

Any ideas why this should happen please?

Thanks.

Bill Ridgeway



  #8   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc
external usenet poster
 
Posts: 268
Default Update links

Thanks for all your suggestions. I have cracked this problem in a totally
different and, I think, a simpler way.

Having renamed my problem file, I opened a new file, inserted and renamed
(from the default) new worksheets, copied all data from worksheets on the
old file to worksheets on the new file, amended formulas with references to
external spreadsheets.

I would like to know how the heck this problem occurred so, if possible, I
don't do 'that' again but I suppose I should be happy that the problem has
been resolved.

Regards.

Bill Ridgeway
Computer Solutions

"Bill Ridgeway" wrote in message
...
I have a spreadsheet which, until recently, on opening updated links to
external spreadsheets (whether or not the file was already open). Now, for
some strange reason, it updates all but one link but it will do so when
that file is already open. I get the message "The workbook contains one or
more links that cannot be updated".

Any ideas why this should happen please?

Thanks.

Bill Ridgeway



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
update links Adriana Malamud Excel Discussion (Misc queries) 3 June 13th 06 03:38 PM
Update Links Precise Eng Excel Worksheet Functions 1 March 27th 06 04:22 PM
keep value from last update and don't ask to update links jh3016 Excel Discussion (Misc queries) 3 July 25th 05 01:37 AM
can't update links...can't find links GJR3599 Excel Discussion (Misc queries) 1 April 4th 05 04:56 PM
Update Links JacoH Excel Worksheet Functions 1 March 8th 05 02:48 PM


All times are GMT +1. The time now is 12:09 PM.

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"