I am currently having an issue with a piece of code that uses the Intersect function.
I have a sheet of data (called Data) and I wish to move columns of data within that sheet (Batch_Name_Col and Country_Code_Col) that meet certain criteria into a corresponding worksheet. Eg all the items with a Country Code of "CN" will move to the "CN"
worksheet.
Now the below works but I now need to "move" more than just two columns (poss. up to 10) and I just cannot seem to work out how i should amend this code and would really appreciate any assistance/pointers.
thanks again in advance - i am relly struggling with this one.
Bookmarks