Recent content by WalkingNerd

  1. W

    How to remove duplicates based on several columns

    Hi cool cats, I am trying to remove duplicates from a csv file. I want to transform the following VB code to the one that works on BP. ActiveSheet.Range("A1:C100").RemoveDuplicates Columns:=Array(1,2), Header:=xlYes Here are my trial. Could you help me to fix the issue? Dim worksheet As...
Top