Column Differences

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a Method opposite of ColumnDifferences? I looking to select all the
cells within a column that are the same.
 
After I autofilter how do I select the filtered rows?
Selection.AutoFilter
Selection.AutoFilter Field:=2, Criteria1:=B2
 
Selecting is not needed in 99% of the cases

What do you want to do ?
 
I have a about 250 rows. I want to select and grab the rows that all have the
same value in column B and copy and paste them into their own spread sheet
for each change in column B.
 

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

Back
Top