Thread: Help autofilter
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] AudiaDefila@googlemail.com is offline
external usenet poster
 
Posts: 3
Default Help autofilter

I am a new VBer

I am sent data every month of varying record numbers. It is invoice
details, so some rows repeat data, like name etc.

I am trying to write a macro which will streamline the data into the
format which I require.

The procedure is:

1.Start at A:3

2. Check the cell A:2 above for the same reference no or
Check if it is same reference number as the in the cell below it

3. If it is then it it will copy and paste column contents of A:3 into
a new sheet.


4. Loop until gets to end of records

Any help would be greatly appreciated

Mazziah