Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I'm trying to find a row with a certain date, select a range beginning with that row until next empty row THEN pasting into exsisting summary sheet. This should loop through each worksheet. Each range will be of variable length per sheet. any good sources for true beginners? tips, tricks are welcome. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
set rng = Range(Selection,Selection.End(xldown)).EntireRow
rng.copy Worksheets("Summary").Cells(rows.count,1).End(xlup )(2) -- Regards, Tom Ogilvy "MFR" wrote in message ... I'm trying to find a row with a certain date, select a range beginning with that row until next empty row THEN pasting into exsisting summary sheet. This should loop through each worksheet. Each range will be of variable length per sheet. any good sources for true beginners? tips, tricks are welcome. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Alternate Row Select in Sheet 1 then Paste to Sheet 2 | Excel Worksheet Functions | |||
Select, find in another book, copy, return and paste | Excel Discussion (Misc queries) | |||
Paste HTML w/Multipl css classes | Excel Discussion (Misc queries) | |||
Select a varying range of text and paste into a cell | Excel Programming | |||
Find range in one sheet, then paste in the other (one by one) | Excel Programming |