Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In a macro, I am trying to transfer the values from a vertical named range to
a horizontal named range as described in the following example, Test_Horizontal represents B2,B3,B4 Test_Vertical represents A1,A2,A3 Range("Test_Horizontal").Value = Range("Test_Vertical").Value This however is not working. If both named ranges were vertical, the above code will work. Does anyone know how to do this without a copy and paste special transpose?...or is this the most efficient way to do it. Thank you |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to create a copy/paste special/transpose macro? | Excel Discussion (Misc queries) | |||
Copy / Paste - Kind of Transpose | New Users to Excel | |||
How can I transpose a paste link? | Excel Discussion (Misc queries) | |||
How can I transpose a paste link? | Excel Discussion (Misc queries) | |||
HELP....Is there a way to automate copy/paste special/transpose - | Excel Worksheet Functions |