View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary Keramidas Gary Keramidas is offline
external usenet poster
 
Posts: 2,494
Default Break Links But Keep Formulas

try bill manville's utility

http://www.oaltd.co.uk/DLCount/DLCou...e=FindLink.zip

--


Gary


"Tim879" wrote in message
...
Does anyone know how to break links to an external file but still keep
the formula?

For example

if I had a formula as follows: ='[some external file]sheet1'!A1 *
5000. Assume '[some external file]sheet1'!A1 = 100.

I would like the value of 100 * 5000 in the cell

If you use Edit- Break Links, then it just puts the value in the cell
(500000 in the case above).