First off let me thank you for taking time out to help and resolve this problem I really appreciate the help. Works like a charm by the way! I knew that it had to be something simple but for a noob like me just wasn't working...LOL!
Now if possible so that I can disect the code and understand it, the first part makes sense to me and that I see what needs to be added or edited for it to match my worksheet.
But this second part I'm not following what the "AB2" & "AB" & "F2" are or where that code is a part of on the Worksheets. I'm not following that and if you could explain that part would be appreciated.
Now with this code I see that all that I basically have to do is assign each Column on "Worksheet A" to the correct Column on "Worksheet B" and as long as the Columns don't change on my Worksheets that it will always copy the correct info from "Worksheet A" to "Worksheet B". Now I'm sure for now that the Columns won't change on my Exported Excel List but lets say down the road the Columns do change I would have to go back in and reassign the Columns correctly for the correct information to be under that Column.
So my question would be is there a way to be able write the code so that it will lets say scan "Worksheet A" "Row 1" look for cell named "supplier_name" and take everything under that Column on "Worksheet A" and then scan "Worksheet B" "Row 1" for "manufacturer" and then place everything under that Column on "Worksheet B"?
So that it's more specific instead of "A1" to "A1", "B2" to "B2" that it would go "supplier_name" to "manufacturer", "product_id" to "mfgid"....etc....Hope that makes sense!.....LOL
Bookmarks