Thread: copy / paste
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gixxer_J_97[_2_] Gixxer_J_97[_2_] is offline
external usenet poster
 
Posts: 206
Default copy / paste

Hi all,

not sure if this is a programming question or not but...

i copied (manually) a large range of data from one workbook to another (old
version of the book to the new version)

some of the cells had formulas that referenced another page in the old
workbook.
that page was also copied (manually again)

now the formulas point to the other workbook. is there any (easy) way to
remove the reference to the old workbook and just leave the formulas

ie
OLD WORKBOOK
=Sheet1!$C$2

after copy - NEW WORKBOOK
='Z:\Storage\[Book1.xls]Sheet1'!$C$2

tia

J