Hi All,
I have a master workbook where I want to copy data from another workbook named Databook. I want to copy this using VBA code in Master workbook based on a criteria that column C contains "ROB" in it.
I have written a code for it but it is picking only the first row where column "C" contains "ROB" whereas I want to copy all of the data based on "ROB" from Databook.
Please note that data in Databook can increase or decrease.
Also I always want to paste data in Row 2 of Master workbook.
Can somebody help me in this ?
I have a master workbook where I want to copy data from another workbook named Databook. I want to copy this using VBA code in Master workbook based on a criteria that column C contains "ROB" in it.
I have written a code for it but it is picking only the first row where column "C" contains "ROB" whereas I want to copy all of the data based on "ROB" from Databook.
Please note that data in Databook can increase or decrease.
Also I always want to paste data in Row 2 of Master workbook.
Can somebody help me in this ?