05-11-2023
12:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
05-11-2023
12:26 PM
It looks like your excel cells are being overwritten for each filename which is why your not seeing results for the remaining files.
You can use this logger to test results without excel.
Logger.Info(description & "-" & manufacturer & "-" & manufPartNo)
You will need to remove the for loop looping over the rows and use a counter to index the rows like below
i=i+1
If this solved a problem, please click (accept) as solution.
Or if this helped you, please, click (like)
Regards
Alan
Or if this helped you, please, click (like)
Regards
Alan