Expert help needed

M

Michael168

I need a vba module to check the duplicate cells value of each row
against other rows within the worksheet. The duplicate cells value do
not necessary be the same columns.

If the duplicate count is >=10 times ,then the row will be hidden.

The check will start at the first row until the last row. This routine
will continue until the last row of the worksheet.
What I needed is to hide all the rows in the range when the count
compare is >=10
The worksheet range is from A7:T3000.

I also need the unhide routine to reset back to normal.

Thank you for any help given.

Regards
Michael168
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top