Hi all,
I'm looking to copy worksheets from one workbook to another. but there are formulas on the worksheets. I'm using
ActiveWorkbook.Worksheets("Book1").Copy After:=Workbooks("Book2.xls").Sheets(1)
to copy the sheets. Basically I am looking for book2 to be completely independant of book1. I dont want book2 to have any links to book1 but I would still like all the formulas to work book2.
Any ideas.
Thanks
BrianO
I'm looking to copy worksheets from one workbook to another. but there are formulas on the worksheets. I'm using
ActiveWorkbook.Worksheets("Book1").Copy After:=Workbooks("Book2.xls").Sheets(1)
to copy the sheets. Basically I am looking for book2 to be completely independant of book1. I dont want book2 to have any links to book1 but I would still like all the formulas to work book2.
Any ideas.
Thanks
BrianO