Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I am copying formulas from Workbook1 to workbook2. Here is the problem - formulas still reference the old workbook1. like: Cell(A1) = '[Workbook1.xls]worksheet'!E3 But I really don't want the "Workbook1.xls" I just want Cell(A1) = worksheet!E3 Thanks! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you're only doing one formula, then copy from the formulabar--and paste into
the formulabar. If you have lots of cells, change the formulas to text. Select all the cells edit|replace what: = (equal sign) with: $$$$$= replace all Then do the copy And then do the edit|replace in reverse -- in both the original worksheet and the new worksheet. Jeff wrote: Hi, I am copying formulas from Workbook1 to workbook2. Here is the problem - formulas still reference the old workbook1. like: Cell(A1) = '[Workbook1.xls]worksheet'!E3 But I really don't want the "Workbook1.xls" I just want Cell(A1) = worksheet!E3 Thanks! -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks - that is so simple solution
"Dave Peterson" wrote: If you're only doing one formula, then copy from the formulabar--and paste into the formulabar. If you have lots of cells, change the formulas to text. Select all the cells edit|replace what: = (equal sign) with: $$$$$= replace all Then do the copy And then do the edit|replace in reverse -- in both the original worksheet and the new worksheet. Jeff wrote: Hi, I am copying formulas from Workbook1 to workbook2. Here is the problem - formulas still reference the old workbook1. like: Cell(A1) = '[Workbook1.xls]worksheet'!E3 But I really don't want the "Workbook1.xls" I just want Cell(A1) = worksheet!E3 Thanks! -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy formulas to another workbook | Excel Discussion (Misc queries) | |||
how do I copy a worksheet with formulas to another workbook? | Excel Worksheet Functions | |||
How to copy worksheet or workbook without formulas | Excel Discussion (Misc queries) | |||
How do you copy a sheet (with Formulas) to another Workbook? | Excel Discussion (Misc queries) | |||
How to copy formulas from one workbook to another | Excel Discussion (Misc queries) |