Hello There,
I have an excel table with a column currency code. I would like to have a VBA code which can list out all the unique currency codes from the table and list the total amount against the currency code.
The number of rows of this table is flexible and is managed by another process, which includes deletion and addition of rows. Therefore, this summary of currency amounts needs to be displayed at the end of the table.
Attached is a sample workbook for your reference.
Could you please advise how this could be achieved using VBA?
Thanks & regards,
Don
I have an excel table with a column currency code. I would like to have a VBA code which can list out all the unique currency codes from the table and list the total amount against the currency code.
The number of rows of this table is flexible and is managed by another process, which includes deletion and addition of rows. Therefore, this summary of currency amounts needs to be displayed at the end of the table.
Attached is a sample workbook for your reference.
Could you please advise how this could be achieved using VBA?
Thanks & regards,
Don