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.
"Ron de Bruin" wrote:
> Selecting is not needed in 99% of the cases
>
> What do you want to do ?
>
>
> --
>
> Regards Ron de Bruin
> http://www.rondebruin.nl/tips.htm
>
>
> "DD" <(E-Mail Removed)> wrote in message news:FCEEA277-DF0D-4915-B071-(E-Mail Removed)...
> > After I autofilter how do I select the filtered rows?
> > Selection.AutoFilter
> > Selection.AutoFilter Field:=2, Criteria1:=B2
> >
> >
> > "Ron de Bruin" wrote:
> >
> >> Hi DD
> >>
> >> > Is there a Method opposite of ColumnDifferences
> >> No, Use a AutoFilter for that
> >>
> >> --
> >>
> >> Regards Ron de Bruin
> >> http://www.rondebruin.nl/tips.htm
> >>
> >>
> >> "DD" <(E-Mail Removed)> wrote in message news:993800B6-C5EA-4F0B-9513-(E-Mail Removed)...
> >> > Is there a Method opposite of ColumnDifferences? I looking to select all the
> >> > cells within a column that are the same.
> >>
>