Hi,
I have a material list for different work orders, each work order may have the same material called multiple time. I want to filter my desired work order and have a clean and aggregated data, without and duplication of materials, while their quantity is aggregated. I want to have the outcome data on a different sheet. So I don't want any change happens in my original list.
I think I have to use <code>"Scripting.Dictionary" for teh aggregation purpose, So by looping the all rows twice I can get there. But it is hard for me to implement that, becuase I never tryed </code><code>"Scripting.Dictionary" before. Can anyone help?
By now I am using a third page, so at the first I am copying filtered result there and the aggregation and removing the duplications happens there. I want to avoid copying and directly putting datas on my form (destination sheet).
Your help would be appreciated.
</code>
I have a material list for different work orders, each work order may have the same material called multiple time. I want to filter my desired work order and have a clean and aggregated data, without and duplication of materials, while their quantity is aggregated. I want to have the outcome data on a different sheet. So I don't want any change happens in my original list.
I think I have to use <code>"Scripting.Dictionary" for teh aggregation purpose, So by looping the all rows twice I can get there. But it is hard for me to implement that, becuase I never tryed </code><code>"Scripting.Dictionary" before. Can anyone help?
By now I am using a third page, so at the first I am copying filtered result there and the aggregation and removing the duplications happens there. I want to avoid copying and directly putting datas on my form (destination sheet).
Your help would be appreciated.
</code>