Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Hi: I have a workbook with about 250 worksheets, let's call it MW.xls. All worksheets have a name(a1, a2, etc). Once a week I copy groups of worksheets and save them as different workbooks(let's say wb1.xls, wb2.xls). Those workbooks get updated and emailed back to me. I receive about 15 workbooks through email. I need to copy different cell ranges from the updates workbooks' worksheets (let's say from wb1.xls) to the original one(MW.xls). So if in the emailed workbook I have worksheets a1, a2, a3, I need to copy cell ranges b5:k5 and a7: j10 to the same worksheets in the original workbook(MW.xls). It is a very tedious process and it is identical for every sheet. Thank you in advance for any help, ![]() ![]() -- halem2 ------------------------------------------------------------------------ halem2's Profile: http://www.excelforum.com/member.php...fo&userid=9930 View this thread: http://www.excelforum.com/showthread...hreadid=525869 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
i`d suppose you to use DATA|IMPORT EXTERNAL DATA|IMPORT DATA
and it would look like this. 1. You create master document (MW.xls) 2. and then from master document you use command MOVE OR COPY SHEET and make a copy of sheet to new document. (wb1.xls) 3. then you have to connect master document to child document with DATA|IMPORT EXTERNAL DATA|IMPORT DATA 4. then send and receive those workbooks with fresh data 5. put received files exactly in the same directory where they were. 6. open master document and update data. M.A. "halem2" wrote in message ... Hi: I have a workbook with about 250 worksheets, let's call it MW.xls. All worksheets have a name(a1, a2, etc). Once a week I copy groups of worksheets and save them as different workbooks(let's say wb1.xls, wb2.xls). Those workbooks get updated and emailed back to me. I receive about 15 workbooks through email. I need to copy different cell ranges from the updates workbooks' worksheets (let's say from wb1.xls) to the original one(MW.xls). So if in the emailed workbook I have worksheets a1, a2, a3, I need to copy cell ranges b5:k5 and a7: j10 to the same worksheets in the original workbook(MW.xls). It is a very tedious process and it is identical for every sheet. Thank you in advance for any help, ![]() ![]() -- halem2 ------------------------------------------------------------------------ halem2's Profile: http://www.excelforum.com/member.php...fo&userid=9930 View this thread: http://www.excelforum.com/showthread...hreadid=525869 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() thanks for the help. it was clear as day!:) -- halem2 ------------------------------------------------------------------------ halem2's Profile: http://www.excelforum.com/member.php...fo&userid=9930 View this thread: http://www.excelforum.com/showthread...hreadid=525869 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Here's one solution: You need to the following preparation one time only. 1) Create a 2 duplicates of the MW workbook. As an example, call them MW1 and MW2. 2) In the original workbook, In the ranges that you would normally paste updated values into, create formulas that link to the corresponding cells in MW1. So in your example, you would replace the value on sheet A1, cell b5 with a formula that reads =[MW1]A1!B5 The remaining steps are repeated weekly: 3) Now you can split up workbook MW2 for emailing. Do so using the following method: Click on the tab for sheet first sheet in the group, e.g. A1. Hold down the shift key and click on the Tab for the last sheet of the group, e.g. A30 Right click and select Move or Copy. In the "To Book" dropdown, choose (new book) and click OK. Save this new book as WB1 or WB2, as required, and send it off by email. Let's assume book WB1 contains tabs A1 through A30 4) When the recipient returns the completed WB1 file, do the following steps WITHOUT OPENING the original MW file: A) Open book MW1.xls B) Delete sheets A1 through A30 in book MW1.xls C) Select all of the sheets in book WB1 using the method I described above and move them into workbook MW1.xls D) Save workbook MW1.xls Now it is safe to open book MW, and the values in sheets A1 through A30 will have magically been updated. Hope this helps. halem2 Wrote: Hi: I have a workbook with about 250 worksheets, let's call it MW.xls. All worksheets have a name(a1, a2, etc). Once a week I copy groups of worksheets and save them as different workbooks(let's say wb1.xls, wb2.xls). Those workbooks get updated and emailed back to me. I receive about 15 workbooks through email. I need to copy different cell ranges from the updates workbooks' worksheets (let's say from wb1.xls) to the original one(MW.xls). So if in the emailed workbook I have worksheets a1, a2, a3, I need to copy cell ranges b5:k5 and a7: j10 to the same worksheets in the original workbook(MW.xls). It is a very tedious process and it is identical for every sheet. Thank you in advance for any help, ![]() ![]() -- CaptainQuattro ------------------------------------------------------------------------ CaptainQuattro's Profile: http://www.excelforum.com/member.php...o&userid=32763 View this thread: http://www.excelforum.com/showthread...hreadid=525869 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy between worksheets does not copy formulae just values | Excel Discussion (Misc queries) | |||
copy to the clipboard and into another workbook | Excel Discussion (Misc queries) | |||
Protect Workbook vs Worksheet?? | Excel Worksheet Functions | |||
copy ranges from multiple worksheets | Excel Worksheet Functions | |||
Cannot copy from one workbook to another | Excel Discussion (Misc queries) |