![]() |
Can you someone use Copy Destination:= using a transpose element?
(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? |
Can you someone use Copy Destination:= using a transpose element?
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? |
All times are GMT +1. The time now is 03:37 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com