Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 89
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default 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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Range.Copy [Destination] should not use clipboard Ming[_2_] Excel Discussion (Misc queries) 0 October 1st 09 11:13 PM
Copy/pasteSpecial transpose, does not work. Andy Smith[_2_] Excel Discussion (Misc queries) 0 September 14th 09 10:36 PM
Copy/pasteSpecial transpose, does not work. Luke M Excel Discussion (Misc queries) 0 September 14th 09 08:58 PM
Can you someone use Copy Destination:= using a transpose element? Simon[_2_] Excel Programming 1 August 19th 08 10:11 AM
Range.Copy (Destination) Garry Douglas Excel Programming 3 January 3rd 05 03:02 PM


All times are GMT +1. The time now is 04:50 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"