Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
(Have) I understood (correctly?) that the Copy Paste using the
clipboard is less favourable then the Copy Destination? Yet how can I add a paste special with transpose :=True? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I think you will have to do it like this...
Worksheets("Source").Range("B3:H6").Copy Worksheets("Destination").Range("J2").PasteSpecial Transpose:=True Application.CutCopyMode = False Rick "Simon" wrote in message ... (Have) I understood (correctly?) that the Copy Paste using the clipboard is less favourable then the Copy Destination? Yet how can I add a paste special with transpose :=True? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Rules for element-by-element product in array multiplication | Excel Programming | |||
if an element in a row is true then copy whole row to another shee | Excel Programming | |||
Copy destination | Excel Programming | |||
VBA .copy destination | Excel Discussion (Misc queries) | |||
worksheetfunction.transpose - nx1 to n element? | Excel Programming |