Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi, try the code Code ------------------- Sub test() Dim a With Range("a1").CurrentRegion a = .Value .Clear End With For i = LBound(a, 1) To UBound(a, 1) For ii = LBound(a, 2) To UBound(a, 2) iii = iii + 1: Range("a" & iii) = a(i, ii) Next Next End Sub ------------------- sunj99 Wrote: HELP PLEASE! I have a large excel spreadsheet. The layout is like this: A SDF ED B EFD BR C ERT RT How do I transpose everything using VB so they are in one column lik this: A SDF ED B EFD BR C ERT RT THANKS A LOT! -- jindo ----------------------------------------------------------------------- jindon's Profile: http://www.excelforum.com/member.php...fo&userid=1313 View this thread: http://www.excelforum.com/showthread.php?threadid=37566 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SUMIF FUNCTION works in all cells but those related to one account | Excel Worksheet Functions | |||
related to error function | Excel Discussion (Misc queries) | |||
2 questions! Related to combobox and time function. HELP!! | Excel Discussion (Misc queries) | |||
How do I use the Transpose Function | Excel Worksheet Functions | |||
Function Related Question | Excel Discussion (Misc queries) |