Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
HI!
Heres the issue: I have a range of data in columns A-H. I have a macro that filters those columns. So sometimes the Row is 5 sometimes 20 and sometimes 43, all random. What I need the macro to do is the highest column to the last row that has data in it, the data needs to be copied. Then I need it to insert into another spreadsheet, same amount of columns but B-I. This is what I have: Range("A195:H195").Select Range(Selection, Selection.End(xlDown)).Select Selection.Copy Sheets("IL").Select Range("B2").Select Application.CutCopyMode = False Selection.Insert Shift:=xlDown It only iserts 1 cell and moves all contents below b2 down 1 row, it also only grabs row 195, not the highest row... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to insert a row and copy down formulas from row above | Excel Discussion (Misc queries) | |||
Macro - Insert/Copy | Excel Discussion (Misc queries) | |||
Macro to Insert and copy entire row | Excel Discussion (Misc queries) | |||
Macro that will Cut rows and then insert-copy or append | Excel Discussion (Misc queries) | |||
Copy and insert cell info macro help | Excel Discussion (Misc queries) |