Copying formulas to other workbooks
Maybe in code use the ChangeLink method
This example changes a Microsoft Excel link.
ActiveWorkbook.ChangeLink "c:\excel\book1.xls", _
"c:\excel\book2.xls", xlExcelLinksMike F"Robert Crandal"
wrote in message
...
I have a workbook title "Book1" which contains formulas
on Sheet1. If I highlight all these formulas and paste them
into Sheet1 of "Book2", then the formulas in Book2 will
contain references to "Book1".
How can I paste everything into "Book2" without all those
references to "Book1" in the formulas???
thank u
|