Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a workbook with 3 worksheets, WS1, WS2 and an empty worksheet.
I need to extract rows meeting some criteria from WS1 and WS2 to the empty worksheet. To simplify things a little, WS1 is as follows col1 col2 col3 1 2 a 2 4 b 1 6 c WS2 is as follows: col1 col2 col3 4 2 d 6 5 c 2 3 b 1 5 c I need to extract the rows from WS1 and WS2 with col3 equal to "c", and display them in the empty worksheet. The result is: col1 col2 col3 1 6 c 6 5 c 1 5 c How do I do that using VBA? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Link multiple worksheets while extracting data | Excel Worksheet Functions | |||
extracting data to csv from multiple worksheets | Excel Programming | |||
Extracting Data from Multiple worksheets to a single worksheet | Excel Programming | |||
extracting data from other worksheets | Excel Worksheet Functions | |||
Extracting data from multiple worksheets into a list | Excel Worksheet Functions |