removeduplicate

  1. T

    Copy and paste selected data without duplicates

    Hi, I am new to VBA and need some help with some of the procedures I would like to automate. I have two excel files to work on - employee and contract data. Basically, I need to find employees who end their contracts in the current month that I open the file. (For example, if I open the file in...
  2. W

    Remove all duplicate rows if column A as duplicates but refer to column B

    Dear All, I am beginner of VBA, I wanna create a VBA that can remove deplicate rows if column A as duplicate and referring to Column B value. For instance, pic. 1 is raw data, pic. 2 is the results that I wanted. From pic.1 , there are 4 duplicate groups (ABC123, AD12, AA12, mm). 2 things I...
  3. L

    remove duplicates - vba

    Hi I wrote the code below. It did not work until I typed Columns:=1 Why is that? why I need columns=1 when I said the range is a1:a25. Thank you so much. Sub removeduplicate() Range("a1:a25").RemoveDuplicates Columns:=1 End Sub

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top