Hi, i am after a code that will
1. Clear (formats) in the destination sheet then
2. Apply filter in sheet Source Row 5 and filter for "Y" then
3. Copy filter data to Sheet Dest
So from this
To this
1. Clear (formats) in the destination sheet then
2. Apply filter in sheet Source Row 5 and filter for "Y" then
3. Copy filter data to Sheet Dest
So from this
Excel Workbook | |||||||
---|---|---|---|---|---|---|---|
A | B | C | D | E | |||
5 | Bank | Amount | True Adj | Y/N | Comments | ||
6 | CITI | 2.14 | Y | ||||
7 | JP | 0.01 | Y | ||||
8 | RBS | 12.36 | Y | ||||
9 | BONY | 0.08 | N | ||||
10 | NCS | 0.02 | Y | ||||
11 | STATE | 20.36 | Y | ||||
12 | CITI | 0.39 | Y | ||||
13 | |||||||
14 | |||||||
Source |
To this
Excel Workbook | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
5 | Bank | Amount | True Adj | Y/N | ||
6 | CITI | 2.14 | Y | |||
7 | JP | 0.01 | Y | |||
8 | RBS | 12.36 | Y | |||
9 | NCS | 0.02 | Y | |||
10 | STATE | 20.36 | Y | |||
11 | CITI | 0.39 | Y | |||
12 | ||||||
Dest |