iancook1982
New Member
- Joined
- Jun 14, 2010
- Messages
- 13
Hi,
I have a list of IDs, say there are 20 of them (that vary) on one sheet (called "ID List"). I need to use this range and search for each ID within a larger sheet of data called ("Estimated Data Log"). What I want is for the code to search for each example of an ID within the log, when it finds one to then copy the row and paste it onto "Sheet1", then to continue searching for each ID, as they will appear multiple times in the Log data. Once it has searched the log I'd like it to move onto the next ID in the ID List and repeat the process.
I've tried using FindAll, Find & Find Next and can't seem to get it to work.
Can you help?
Thanks,
Ian.
I have a list of IDs, say there are 20 of them (that vary) on one sheet (called "ID List"). I need to use this range and search for each ID within a larger sheet of data called ("Estimated Data Log"). What I want is for the code to search for each example of an ID within the log, when it finds one to then copy the row and paste it onto "Sheet1", then to continue searching for each ID, as they will appear multiple times in the Log data. Once it has searched the log I'd like it to move onto the next ID in the ID List and repeat the process.
I've tried using FindAll, Find & Find Next and can't seem to get it to work.
Can you help?
Thanks,
Ian.