I have a sample of my sheet
A 1 2 3 4 5 6
B 2 3 7 8 9 5
C 4 2 7 9 5 0
I have created Sheets with name "A", "B", "C" (using VBA), howwever what I could not achieve is match Sheet name A to row A and copy Values (1,2,3,4,5,6), transpose it and paste it in sheet A. And i have a huge sheet so i am trying to loop my code so that it reads through A,B,C and so on. Any help will be appreciated. Thanks
Something like
Current sheet names to paste to will come out as "Sheet A", "Sheet B" etc If you need "A","B" etc then remove "Sheet " & from above