Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hau,
Sheets("Sheet1").Range("A1:C1").Copy Sheets("Sheet2").Range("A1").PasteSpecial _ Paste:=xlPasteAll, Transpose:=True Application.CutCopyMode = False HTH, Bernie MS Excel MVP "Hau" wrote in message ... Hi, What is the VBA code if I need to copy verticaly a transpose range of data which sheet1"A1:c1" to sheet2"A1:A3". Regards |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy transpose paste | Excel Discussion (Misc queries) | |||
Copy Transpose and Link Data | Excel Worksheet Functions | |||
COPY RIGHT AND TRANSPOSE | Excel Worksheet Functions | |||
Copy and Transpose Paste | Excel Discussion (Misc queries) | |||
Copy then Paste with a transpose | Excel Discussion (Misc queries) |