Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi I am trying to put data from two rows onto one row -
I have thousands of rows but I need help in coming up with a way o doing the job in bulk. The code below represents what I want to do i.e. take every even ro (starting at row 8) and paste it onto the end of the previous row. Sub Consol() Range("A8:M8").Select Selection.Cut Range("A10:M10").Select Selection.Cut Range("A12:M12").Select Selection.Cut End Sub Your help would be much appreciated. Thanks Bria -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Code to Unhide Rows using Macro | Excel Worksheet Functions | |||
Macro code to hide rows and not calculate hidden rows | Excel Discussion (Misc queries) | |||
Macro/code to hide rows | Excel Worksheet Functions | |||
Copying and Pasting Rows Macro | Excel Discussion (Misc queries) | |||
How to code Macro for hiding rows | Excel Worksheet Functions |