ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   help with find value select range and paste to diff sheet, multipl (https://www.excelbanter.com/excel-programming/376123-help-find-value-select-range-paste-diff-sheet-multipl.html)

mfr

help with find value select range and paste to diff sheet, multipl
 

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.






Tom Ogilvy

help with find value select range and paste to diff sheet, multipl
 
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.









All times are GMT +1. The time now is 03:24 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com