G12Consult
Programmer
Hi,
I am trying to find some vba code that will allow me to loop through a specific column of a specific sheet and return a value from another column and write that to a cell in another sheet.
So my data to loop may look like
A B
P100000 10
P134454 111
P100000 12
P123232 7
P100000 14
So in another sheet I will have the code write
P100000 10
P100000 12
P100000 14
Thanks in advance
I am trying to find some vba code that will allow me to loop through a specific column of a specific sheet and return a value from another column and write that to a cell in another sheet.
So my data to loop may look like
A B
P100000 10
P134454 111
P100000 12
P123232 7
P100000 14
So in another sheet I will have the code write
P100000 10
P100000 12
P100000 14
Thanks in advance