Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Copying Different Rows from Different Sheets into one sheet

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.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 59
Default Copying Different Rows from Different Sheets into one sheet

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

"Toncat" wrote in message
...
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.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Copying Different Rows from Different Sheets into one sheet

http://www.rondebruin.nl/tips.htm

see the 4th, 5th and 6th items for ideas.

--
Regards,
Tom Ogilvy

"Toncat" wrote in message
...
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.



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Copying Different Rows from Different Sheets into one sheet

thanks Tom

"Tom Ogilvy" skrev:

http://www.rondebruin.nl/tips.htm

see the 4th, 5th and 6th items for ideas.

--
Regards,
Tom Ogilvy

"Toncat" wrote in message
...
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.




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Matching Columns in work sheets and copying both rows to new Shelley68 Excel Discussion (Misc queries) 1 March 19th 10 07:09 PM
Copying data from several sheets to a front sheet Marie Green Excel Worksheet Functions 1 April 9th 09 11:51 AM
copying text on sheet 1 to corresponding cells on sheets 2 to 5 Lisa New Users to Excel 5 October 1st 08 06:01 AM
Copying Data from Multiple Sheets to One sheet MAB Excel Worksheet Functions 1 January 15th 08 08:28 PM
Copying data from multiple sheets into one sheet Todd Excel Programming 1 July 14th 05 03:10 AM


All times are GMT +1. The time now is 01:14 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"