View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Loop Loop is offline
external usenet poster
 
Posts: 13
Default Count totals for the same accounts

Hi all,
I'm new in VBA.
Could anyone helps me with vba code in excel to count totals? I have
two columns:

Account Amount
19216801 5
19216803 10
19216808 2
19216801 3
19216801 5
19216803 6
19216801 34
19216801 21
19216808 45

I'd like to see them like this:
Account Amount
19216801 68
19216803 16
19216808 47

Thanks