Hello!
I have alot of trubbel finding a vba-code that permits me to do the following:
1. I have one sheet with rows and I want to copy certain cells in each row to another sheet (always the same cells to be copied), creating the same row but with only the certain copied cells that I wanted (i.e. the target sheet will show less data for each row than the master sheet). The first cell in each row is one of the cells that will be copied and it will have a unique name, the other cells may include data that can be found in other rows.
2. I only want to copy the row with its certain cells if for each row, a certain cell value in that row says "Yes" AND if the cell value of the unique name to be copied already doesn´t exist in the target sheet.
2. I want the copied row of cells to be put on the first free row in the target sheet. This would mean the last row if every row is already taken in the target sheet or in between rows if there is space.
Is there anyone out there that could help me with a vba-code I would be very happy
I have alot of trubbel finding a vba-code that permits me to do the following:
1. I have one sheet with rows and I want to copy certain cells in each row to another sheet (always the same cells to be copied), creating the same row but with only the certain copied cells that I wanted (i.e. the target sheet will show less data for each row than the master sheet). The first cell in each row is one of the cells that will be copied and it will have a unique name, the other cells may include data that can be found in other rows.
2. I only want to copy the row with its certain cells if for each row, a certain cell value in that row says "Yes" AND if the cell value of the unique name to be copied already doesn´t exist in the target sheet.
2. I want the copied row of cells to be put on the first free row in the target sheet. This would mean the last row if every row is already taken in the target sheet or in between rows if there is space.
Is there anyone out there that could help me with a vba-code I would be very happy