Copying Different Rows from Different Sheets into one sheet

T

Toncat

Hi
I want to copy rows depending on columm criteria (Columm J >0) from 10
different Sheets, into one Sheet. Hope that someone now how to do it.
 
J

Jef Gorbach

Will try to get you som sample code during lunch, but in general:
for each sh in worksheets
autofilter(column J > 0)
copy visual rows
paste to bottom of target sheet
next
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top