Hello all,
I am very new to VB. I am doing a project for work and need to write a simple macro to copy data from one column to another in one sheet. I have part numbers in column "C", a lot of which are repeating. Column "F" contains the same part numbers, no repeating, and in cells "G" and "H" are the descriptions of the parts.
So I need a macro to check column "F" for a value that's in column "C" and when it finds that value, copy the corresponding information from "G" and "H" to "D" and "E".
Hope the description is clear enough, and thank you for any help in advance.
I am very new to VB. I am doing a project for work and need to write a simple macro to copy data from one column to another in one sheet. I have part numbers in column "C", a lot of which are repeating. Column "F" contains the same part numbers, no repeating, and in cells "G" and "H" are the descriptions of the parts.
So I need a macro to check column "F" for a value that's in column "C" and when it finds that value, copy the corresponding information from "G" and "H" to "D" and "E".
Hope the description is clear enough, and thank you for any help in advance.