![]() |
Copy _ Destination := Range, Transpose:=True? Can it work?
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 |
Copy _ Destination := Range, Transpose:=True? Can it work?
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 |
All times are GMT +1. The time now is 08:13 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com