Hello,
I have little knowledge of VBA, and have the following problem:
There is Sheet1, where column A has the client code. There is Sheet2, where there are many client codes on column B, in a differnt order form Sheet1.
I want to find values of each filled row of column A of Sheet1 in column B of Sheet2.
Upon finding them, copy range of columns C to G of the row of Sheet1 and paste them transposed to column D of Sheet2, starting from the row where the match was found.
Any ideas?
I have little knowledge of VBA, and have the following problem:
There is Sheet1, where column A has the client code. There is Sheet2, where there are many client codes on column B, in a differnt order form Sheet1.
I want to find values of each filled row of column A of Sheet1 in column B of Sheet2.
Upon finding them, copy range of columns C to G of the row of Sheet1 and paste them transposed to column D of Sheet2, starting from the row where the match was found.
Any ideas?