Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I recorded a macro that copies a list in column AN2:AN60 and then transposes
the list into AO1 (across the row). Is there a way to have it paste the list in every other cell? It would paste it Ao1= First value, skip AP1, AQ1= next value, skip AR1,AS1=next value, etc€¦ Here is the code I have so far: Sub Jobs_Across() ' Range("AN2:AN60").Select Selection.Copy Range("AO1").Select Selection.PasteSpecial Paste:=xlPasteAll, Operation:=xlNone, SkipBlanks:= _ False, Transpose:=True End Sub Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy and Transpose Paste | Excel Discussion (Misc queries) | |||
Transpose and Paste Link | Excel Worksheet Functions | |||
Copy and transpose paste | Excel Programming | |||
When I special paste and transpose.... | New Users to Excel | |||
Paste Special Transpose | Excel Programming |