Hi, I need a VBA code that copies data from a 'master sheet' and pastes it into the relevant sheets.
The 'master sheet' is named "BCA" and then I have many sheets that are renamed according to the value of ("AZ1") in their respective sheet. What I need is a VBA code to, for each sheet, search in the master sheet in column ("AC") for cells with value equal to the sheets ("AZ1") value and copy all relevant rows and then paste them in the sheet in cell ("A2"). Now as this this sheet is used daily there can be no set range as the amount of data changes from day to day.
Is this possible to do and if so could I please have some help. Thanks
The 'master sheet' is named "BCA" and then I have many sheets that are renamed according to the value of ("AZ1") in their respective sheet. What I need is a VBA code to, for each sheet, search in the master sheet in column ("AC") for cells with value equal to the sheets ("AZ1") value and copy all relevant rows and then paste them in the sheet in cell ("A2"). Now as this this sheet is used daily there can be no set range as the amount of data changes from day to day.
Is this possible to do and if so could I please have some help. Thanks