Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Probably a simple loop down column B to determine which sheet to copy to
would do it. How is the "Day" sheet updated? Is it wiped clean with all new data, or append new data to the bottom (or top)? If it is wiped clean is old data included with the new data during the update? The answer will help to write the code so that duplicate old data will not be copied again the next time the macro is run. Mike F wrote in message ups.com... I have a workbook containing several worksheets, i have a "master" worksheets called "Day" it has columns A to AR in B column i have a range of dates for the year I want to organise the data, i want to do this by copying the data to a series of worksheets called "Monday", "Tuesday" right through to "Sunday". When I update my master worksheet "Day" I want the data to be copied/updated to the corresponding worksheet e.g. if 10-Oct-05 is a Monday copy/update the data to the "Monday" worksheet and so on right through to Sunday. Any ideas? macro or just general linking of cells? I have tried everything i can think of! Any help would be appreciated! Jon |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy rows from one Data sheet to another sheet based on cell conte | Excel Discussion (Misc queries) | |||
Copy from one Sheet and paste on another sheet based on condition | Excel Discussion (Misc queries) | |||
Search for rows in one sheet and copy into another sheet based on customer id | Excel Worksheet Functions | |||
Formula Help - Copy data from one sheet to another based on criter | Excel Worksheet Functions | |||
how to find and copy values on sheet 2, based on a list on sheet 1 | Excel Programming |