Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If the last row of all three columns is the same, then this common little snippet does just fine. (or if B has the greater last row)
Sub HMMMM() Sheets("Sheet7").Range("B2:D10").Copy Sheets("Sheet8").Range("B" & Rows.Count).End(xlUp)(2) End Sub I want that capability along with should column D have a last row greater than B or C then paste to column B using columns D's last row. So the code can past "uneven columns lenghts" always to B and to the last row of any, should they not be the same. Thanks, Howard |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to paste data to a new column if previous column has data | Excel Programming | |||
Cut & Paste into column only if column cell is blank. | Excel Programming | |||
Please Help: Paste Column Contents to Next Available Column Without Data | Excel Programming | |||
Formula to look up a column and paste results in another column | Excel Worksheet Functions | |||
cut and paste a text from column (B:G)to A column | Excel Programming |