Please can you assist with some excel VBA code. I found a similar question on StackOverflow (Transpose columns to rows keeping first 3 columns the same). However I am not able to get the result I am after.
I am looking to convert a data range to display column data against multiple instances of the original row but keep the original data in column A and then "transpose" the columns to rows against the same instance of the original row in columns B & C (for instance). The result can be in the same worksheet or in a new worksheet.
There can be varying numbers of rows and columns in the original dataset.