pmsrefugee
New Member
I have a workbook (WSWD) with the same page copied to multiple tabs. A new tab for each week to track weather and construction days left in the project. I label each tab 03-02-2013_41-PE followed by 03-09-2013_42-PE, etc. I have another workbook (RE Weekly) I need to copy cell data from WSWD. It also has a page copied to multiple tabs 03-02-2013_RE Weekly, 03-09-2013_RE Weekly, etc.
What I want to do is have each sheet in RE Weekly reference the respective sheet in WSWD by matching the date i.e., 03-02-2013 in the sheet tab. That way if cell A1 in WSWD sheet 03-02-2013_42-PE is 209, then I can have a cell C2 in RE Weekly, sheet 03-02-2013_RE Weekly also read 209.
That way, when I add the next week's sheet by copying and moving to end, the new sheets will reference each other by matching the date text in the sheet tab.
I don't know VBA, but I can cut and paste to a module like a pro!
What I want to do is have each sheet in RE Weekly reference the respective sheet in WSWD by matching the date i.e., 03-02-2013 in the sheet tab. That way if cell A1 in WSWD sheet 03-02-2013_42-PE is 209, then I can have a cell C2 in RE Weekly, sheet 03-02-2013_RE Weekly also read 209.
That way, when I add the next week's sheet by copying and moving to end, the new sheets will reference each other by matching the date text in the sheet tab.
I don't know VBA, but I can cut and paste to a module like a pro!