15-05-25 10:05 PM
I need to duplicate an Excel file, move it to a specific directory, remove duplicate records from the moved excel file, and send an email to a client with the cleaned Excel file attached. How can i do this and also remove duplicate records? because i cant see any vbo that does this
16-05-25 08:53 AM
16-05-25 11:19 AM - edited 16-05-25 11:26 AM
This is the code I developed in the code stage, but it is not successfully removing duplicate records. Could you help review it and guide me in the right direction so it performs as intended?
Can you also assist? @sonuiiml @
16-05-25 02:17 PM
16-05-25 03:43 PM - edited 16-05-25 03:44 PM
Thank you, everyone! I have resolved the issue. It is now working correctly—I needed to pass the handle and workbook into the object instead of using a new data item, and also in the input range i used "B:B" instead of "A:A". That was what was causing the error.