I have some data that has been output by an accounting system, but needs massaging. Each Invoice is output on a row, but the categories of the products on the invoice are output as a column - I want all the data to be on a row.
(I've just discovered that as a new user to here I can't post an image, so this link links to a jpg that explains what I mean)
So the image shows how the data is currently output and how it needs to be. I assume that I need to use VBA to do this (there's actually 1000's of rows of data and a new sheet is generated every day), but I'm interested in any other ideas or samples of what functions to use in VBA (I'm a delphi developer and haven't written anything in VBA for many years, but I'm sure I can turn my hand to it with a few hints!)
Many Thanks
David