Hi everyone,
I'm trying to sort out a VBA script that will achieve this:
I have a value in Sheet2 A1 that the user can change.
I want to create a VBA script that will search all of the cells in column K of Sheet1 (from K3 to end of filled cells in column K) for a match of the value in Sheet2 A1 and if there is a match,
copy the value of the corresponding cell in column C from Sheet1 (Starting from C3) into column B in Sheet2.
Eg. if Sheet2 A1 has matches in Sheet1 K3 and K10, copy the contents of Sheet1 C3 and C10 to Sheet2 B2 and B3.
Thanks in advance
I'm trying to sort out a VBA script that will achieve this:
I have a value in Sheet2 A1 that the user can change.
I want to create a VBA script that will search all of the cells in column K of Sheet1 (from K3 to end of filled cells in column K) for a match of the value in Sheet2 A1 and if there is a match,
copy the value of the corresponding cell in column C from Sheet1 (Starting from C3) into column B in Sheet2.
Eg. if Sheet2 A1 has matches in Sheet1 K3 and K10, copy the contents of Sheet1 C3 and C10 to Sheet2 B2 and B3.
Thanks in advance