Need to highlight rows with the same exact data in ActiveSheet

Status
Not open for further replies.

Klash Ville

Board Regular
Joined
Sep 19, 2017
Messages
83
Title says it all, I need help in making a macro that simply fetches all rows starting at 1 to 20 for example, and then highlight all rows that have the same exact information in its many cells.
 
Last edited:

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
You can't be possibly searching through 16384 columns, where exactly does the data end?

Cos you should be able to use CONDITIONAL FORMATTING for this (with a COUNTIF formula)
 
Upvote 0
You can't be possibly searching through 16384 columns, where exactly does the data end?

Cos you should be able to use CONDITIONAL FORMATTING for this (with a COUNTIF formula)

For example, I have data within the rows 1 to 20, and I need an excel VBA macro code to highlight any exactly repeated rows, where the information in each row cells is exacly the same.

for example, if I have:

JAPAN - NISSAN - ALMERA
USA - FORD - MUSTANG
JAPAN - NISSAN - ALMERA
JAPAN - NISSAN - PRIMERA

I need the that the rows with Japan / Nissan / Almera to be highlighted. Just that.
 
Upvote 0
What have you have above is a 3 columns scenario, right?
 
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,215,575
Messages
6,125,628
Members
449,240
Latest member
lynnfromHGT

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