View Single Post
 
Old 01-30-2025, 04:38 AM
batman1 batman1 is offline Windows 11 Office 2013
Advanced Beginner
 
Join Date: Jan 2025
Posts: 57
batman1 is on a distinguished road
Default

Quote:
Originally Posted by gmaxey View Post

Yes. Every record of the REF_SHEET that might have a match in the NDS_SHEET must be processed.
Well, in point 2 you have to throw away EXIT FOR to search further.
Quote:



3. Are we looking for "File Name" from column H of sheet NDS_SHEET in column B of sheet REF_SHEET. Yes.
Just Yes/No, no explanation needed. Now we need to make changes.
1. Change to
Code:
 ReDim result(1 To UBound(find_data, 1), 1 To 9)
2. Delete "Exit For"


That's all
Attached Files
File Type: xlsm Overlay Tool Sample Data BM.xlsm (89.3 KB, 10 views)
Reply With Quote