Excel VBA to Highlight Duplicates across a workbook

Yoshii

New Member
Joined
Mar 28, 2015
Messages
3
I am trying to highlight duplicates across a workbook of multiple sheets. Essentially we will be using it to track ID#s and I want to highlight the whole row if this ID#(value) has already been listed on any of the other sheets.

The problem is that i'm not good at all with VBA so i would need some feedback and help from you guys on how to handle this problem of mine
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Or if i now would merge all the worksheets into one and i would create one more worksheet containing multiple cells in row A with different ID#'s i would want to locate in the first worksheet, The ID#'s i want to locate in worksheet 1 dose not have any specific row that it always can be found in, For example: It can be in row A1 or even G14. Would it be possible to trace the cells from worksheet 2 to worksheet 1 and highlight the whole row or just that cell that is containing the duplicate?
 
Upvote 0

Forum statistics

Threads
1,214,798
Messages
6,121,630
Members
449,041
Latest member
Postman24

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