View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mats Westin Mats Westin is offline
external usenet poster
 
Posts: 3
Default ForEach procedure adding values

Hi,
I've done a ForEach procedure that updates an output list
(based on names in column A, sheet Output) based on a
database (names in column A and values in column B, Sheet
Input).

If there are two identical names in the "database", I want
to add those values in the Output sheet for that name.
(Now I only get the last number in the database)

I appreciate any suggestion how to solve this?

Thanks!
Mats Westin