Expert help needed

  • Thread starter Thread starter Michael168
  • Start date Start date
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

Help needed 1
Count to hide 7
Expert eye needed 4
Comparing Rows 9
Excel VBA 1
Find and loop help-multiple columns 3
Excel VBA help: Text file formatting 19
wildly varying execution speeds - is it the code? 3

Back
Top