Sync Sheets

thewabbit

New Member
Joined
Mar 12, 2011
Messages
3
Hi all

I have a workbook with about 10 different sheets. The first sheet is a master sheet which contains all the data in the workbook. the other 9 sheets use advance filters to get the data onto the unique pages using this code (or similar):
Code:
   Sheets("Master").Columns("B:L").AdvancedFilter Action:=xlFilterCopy, _
        CriteriaRange:=Sheets("Master").Range("R13:R14"), CopyToRange:=Sheets("Dave Bell").Range( _
        "A2:K2"), Unique:=False

What I'd like to be able to do, is edit the data on each seperate sheet and have that changed data replace what is on the master. any ideas how that would be done?

cheers
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.

Forum statistics

Threads
1,224,586
Messages
6,179,712
Members
452,939
Latest member
WCrawford

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top