Thread
:
Column into Row in EXCEl
View Single Post
#
2
Posted to microsoft.public.excel.programming
Kalpesh[_2_]
external usenet poster
Posts: 15
Column into Row in EXCEl
Hi,
Assuming your list starts from a1, following should work
Range("a1:h1") = WorksheetFunction.Transpose(Range("a1:a8"))
HTH
Kalpesh
Reply With Quote
Kalpesh[_2_]
View Public Profile
Find all posts by Kalpesh[_2_]