Hi all,
I'm using Excel 2013. I would be grateful if someone could help with a VBA code that will perform the following task:
I have a workbook which contains 10 worksheets, each with a specific name. I need to transpose the data located in cells B4 to M4 of each worksheet into a new worksheet. Also, it would be great if the VBA code could fill the name of the specific worksheet alongside each transposed cell.
In other words, say, worksheet 1 is called "Europe", the transposed data (from B2 to M2) would have "France" in column B next to each cell of the new worksheet, followed by same principle for the Worksheet 2, and so on.
Bookmarks