Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi!
Here is the problem: 1) Worbook1.xls June tab : cell C10 = 2,000 2 tabs Total tab: cell C10 = June!C10 2) Workbook2.xls June tab : cell C10 = 3,000 1 tab Because Workbook2.xls does not have the tab Total, we want to copy it from Workbook1.xls. So we insert a tab called Total in Workbook2.xls. Then we copy the Total tab from Workbook1.xls to the Total tab in Workbook2.xls. The result is not what we want ! In Workbook2, in Total Tab, cell C10, we will get 2,000 instead of 3,0000 ! The problem is in the copying: the formula June!C10 keeps in workbook2 keeps its reference with the June tab of workbook1 even if there is an identical June tab in workbook2. How can we solve the problem and copy the Total tab from Workbook1.xls into Workbook2 and that the formula June!C10 has reference the June tab of Workbook2 instead that the reference of Workbook1, Thanks a lot Michel Pilon |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copying workbook formating to a differnent workbook | Excel Worksheet Functions | |||
Excel 07: Copying data between tabs in a workbook (automatically) | Excel Discussion (Misc queries) | |||
Select sheet tabs in workbook & save to separate workbook files | Excel Worksheet Functions | |||
Copying A Worksheet From Each Open Workbook to an new Workbook | Excel Worksheet Functions | |||
Copying tabs in a workbook | Excel Programming |