From a data integrity and efficiency standpoint, it doesn't make sense to have the same data on more than one spreadsheet. It would make far more sense to only have one spreadsheet and include a field that you can filter on to get only the records you need. I suggest adding a column into your Master sheet that holds either "PCIS", "Purchase Order", or "BPA". Then when you want to see all items that would have been on the BPA sheet, just filter that new column to only show rows with BPA.
However, if you really want to copy the rows to a new sheet, this code will do it:
I set up a variable to control which row on the Master sheet is checked - you can change it to check a different row.
Bookmarks