View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Steve W[_2_] Steve W[_2_] is offline
external usenet poster
 
Posts: 4
Default 'Group by' facility?

Hi,

I've a lot of csv files to process. In each one I need to summ some columns
where one or two other columns are the same.
In a database table this would be easy using a SQL 'group by' statement.
Is there a similar method I could use in VBA?

Thanks in advance
SW