Hello,
If I download a list from exact it looks like below:
[TABLE="width: 1101"]
<colgroup><col><col><col><col><col></colgroup><tbody>[TR]
[TD]Subtotaal[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Akro Netherlands Inc. - 1682[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]19.0263[/TD]
[TD="align: right"]22-08-2019[/TD]
[TD]19603880[/TD]
[TD]60 - Inkoopboek[/TD]
[TD]85 Plaatje zwart MDF[/TD]
[/TR]
[TR]
[TD]19.0282[/TD]
[TD="align: right"]11-09-2019[/TD]
[TD]19604279[/TD]
[TD]60 - Inkoopboek[/TD]
[TD]Opgebouwde wand + blisterhaken display[/TD]
[/TR]
[TR]
[TD]19.0305[/TD]
[TD="align: right"]27-09-2019[/TD]
[TD]19604577[/TD]
[TD]60 - Inkoopboek[/TD]
[TD]Materiaal Hema[/TD]
[/TR]
[TR]
[TD]Subtotaal[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AMG Bouw BV - 1815[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2019/00311[/TD]
[TD="align: right"]27-09-2019[/TD]
[TD]19604578[/TD]
[TD]60 - Inkoopboek[/TD]
[TD]Pelicaen Vitrine[/TD]
[/TR]
</tbody>[/TABLE]
Ideally I would like to move the account names to the column next to the numbers, until the next subtotal, so that I can build a proper pivot table with the option to filter on account.
I'm sure it can be done, but I lack the VBA experience. Would be great if anyone out there could help me.
Thank you,
Jos
If I download a list from exact it looks like below:
[TABLE="width: 1101"]
<colgroup><col><col><col><col><col></colgroup><tbody>[TR]
[TD]Subtotaal[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Akro Netherlands Inc. - 1682[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]19.0263[/TD]
[TD="align: right"]22-08-2019[/TD]
[TD]19603880[/TD]
[TD]60 - Inkoopboek[/TD]
[TD]85 Plaatje zwart MDF[/TD]
[/TR]
[TR]
[TD]19.0282[/TD]
[TD="align: right"]11-09-2019[/TD]
[TD]19604279[/TD]
[TD]60 - Inkoopboek[/TD]
[TD]Opgebouwde wand + blisterhaken display[/TD]
[/TR]
[TR]
[TD]19.0305[/TD]
[TD="align: right"]27-09-2019[/TD]
[TD]19604577[/TD]
[TD]60 - Inkoopboek[/TD]
[TD]Materiaal Hema[/TD]
[/TR]
[TR]
[TD]Subtotaal[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AMG Bouw BV - 1815[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2019/00311[/TD]
[TD="align: right"]27-09-2019[/TD]
[TD]19604578[/TD]
[TD]60 - Inkoopboek[/TD]
[TD]Pelicaen Vitrine[/TD]
[/TR]
</tbody>[/TABLE]
Ideally I would like to move the account names to the column next to the numbers, until the next subtotal, so that I can build a proper pivot table with the option to filter on account.
I'm sure it can be done, but I lack the VBA experience. Would be great if anyone out there could help me.
Thank you,
Jos