• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

VBA Macro eliminate double copy

Msc

New Member
Hi everyone,

I am appending monthly data to my master excel file from txt files, i want to write elimination code, that if one month data let say Feb.16 data has been copied and user run the same macro for feb.16 again, it should not copy the same data again.

Please help.

Mod Edit: Thread moved to VBA
 
Last edited by a moderator:
You can just record "Remove Duplicate" operation from Data Tab and adjust to suite your need.

If further help is needed, you'd get much better help if you have sample file with enough data and your code.
 
Back
Top