I have two different sheets - 1) “Working” 2) “data”
Working sheet has data in column from 1 to 14 , 14th column has unique values like ABC, XYZ ,LMN and so on
I need a macro to find the unique value from working sheet in Data sheet if the unique value matches then macro should copy first 5 column data value from working sheet and paste it in data sheet.
Example if macro finds ABC in “data” sheet on 10th row then macro should copy the data value from working and paste the data on A10:E10 and it should loop.
Thanks in advance for your help
Working sheet has data in column from 1 to 14 , 14th column has unique values like ABC, XYZ ,LMN and so on
I need a macro to find the unique value from working sheet in Data sheet if the unique value matches then macro should copy first 5 column data value from working sheet and paste it in data sheet.
Example if macro finds ABC in “data” sheet on 10th row then macro should copy the data value from working and paste the data on A10:E10 and it should loop.
Thanks in advance for your help