Copy without function

G

Guest

I'm trying to copy a woksheet from one workbook to another
but do not want the file name attached to the function
(formula), just the function itslef, is there a way to do
this? Thanks in advance.
 
D

Dave Peterson

You want to preserve the formulas--no change at all?

select all your cells
edit|replace
=
with
$$$$$

(now all the formulas are simple text)

Do your copy and then change those $$$$$'s back to = (and excel will make them
formulas again).
 
Top