Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have:
CalcSheetv2.Worksheets(1).Range("B31:Q31").Copy _ Destination:=NEWSELBilling.Worksheets(1).Range("L6 5536").End(xlUp).Offset(1, 0), Transpose:=True How can I get the Transpose to work? Answers greatly appreciated thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You need to use paste special and not an ordinary paste if you want to
transpose... -- HTH... Jim Thomlinson "Simon" wrote: I have: CalcSheetv2.Worksheets(1).Range("B31:Q31").Copy _ Destination:=NEWSELBilling.Worksheets(1).Range("L6 5536").End(xlUp).Offset(1, 0), Transpose:=True How can I get the Transpose to work? Answers greatly appreciated thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Range.Copy [Destination] should not use clipboard | Excel Discussion (Misc queries) | |||
Copy/pasteSpecial transpose, does not work. | Excel Discussion (Misc queries) | |||
Copy/pasteSpecial transpose, does not work. | Excel Discussion (Misc queries) | |||
Can you someone use Copy Destination:= using a transpose element? | Excel Programming | |||
Range.Copy (Destination) | Excel Programming |