I need to copy a row from one workbook/worksheet to another workbook/worksheet based on the value in column "A". I have tried a dozen different codes I found online and have been unsuccessful in figuring it out. No clue where I went wrong.
I need every row with "Jane" in column A in workbook1 to copy to workbook2("A5"). Jane may not be grouped together in column A, so it will have to search the entire column, or sort it.
After doing this, I will do the same thing for "Billy" but the source would be workbook3.
Sheet name on all = "Audit Tracker"
workbook1 = Jane's Tracker
workbook2 = taylorsm's tracker
workbook3 = Billy's Tracker
I need every row with "Jane" in column A in workbook1 to copy to workbook2("A5"). Jane may not be grouped together in column A, so it will have to search the entire column, or sort it.
After doing this, I will do the same thing for "Billy" but the source would be workbook3.
Sheet name on all = "Audit Tracker"
workbook1 = Jane's Tracker
workbook2 = taylorsm's tracker
workbook3 = Billy's Tracker