|
Hi all,
I'm trying to write a code that will locate information in Sheet 1 and search for that same information in Sheet 2, then pull a different bit of information from Sheet 2 and place it back in Sheet 1. I think I can figure out how to write most of the code, but I'm having trouble figuring out how the code that will select the information in Sheet 1 and find it in Sheet 2.
I've listed below exactly what I think I need to do in order to have the write code written.
-Find Next Empty Cell in Column G, Sheet 1, Workbook 1 -Go to Column D, Misc Sheet 1, Workbook 1 -Select Column D contents and search for same contents in Column F Sheet 1, Workbook 2 -If not found, go back to Sheet 1, Workbook 1 and search for next empty cell in Column G -If found, go to Column H, Sheet 1, Workbook 2 and copy contents -Go to Column G, Sheet 1, Workbook 1 and paste contents -Find Next Empty Cell in Column G -Repeat until Column A, Sheet 1, Workbook 1 is empty
Many thanks for your help! K
|