Copy a worksheet from one workbook to another

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to copy a worksheet from one workbook to another similar one with the
same worksheets, and I have a formula inside this worksheet that references
to cells in other worksheets of the workbook;
So I need that the formula points the same cells of the new workbook.
 
You can do this Joe

Select all cells
Edit Replace

Replace
=
With
@@@@

Or something else that is unique

Then copy the sheet and replace @@@@ with =
 
Back
Top