chiswickbridge
Board Regular
- Joined
- Feb 2, 2013
- Messages
- 130
I have a stock market data set, in a worksheet named EntryBook.
The range used is from AA11 to AZ5010. ( say 5,000 transactions in a Financial Year )
Row 10 is for the header.
And a second worksheet named Watchlist, which has about 100 stock symbols from A1 to A100
I need a VBA to search one symbol name from "Watchlist" Say A1 cell and look at the corresponding value in Column AE in "Entry book".
Then it must create a new Worksheet, with the symbol name, and get all data from the row where the search matches..
For example, JSWSTE, appears in rows 111, 114, 119, 120, 121 and so on.
So, I will have a new sheet named JSWSTE, and will must have the same header as Entrybook, and data from rows 111, 114, 119, 120, 121 and so on will follow.
This will help me in analyse the data...
Now I am doing the Filter way...
The range used is from AA11 to AZ5010. ( say 5,000 transactions in a Financial Year )
Row 10 is for the header.
And a second worksheet named Watchlist, which has about 100 stock symbols from A1 to A100
I need a VBA to search one symbol name from "Watchlist" Say A1 cell and look at the corresponding value in Column AE in "Entry book".
Then it must create a new Worksheet, with the symbol name, and get all data from the row where the search matches..
For example, JSWSTE, appears in rows 111, 114, 119, 120, 121 and so on.
So, I will have a new sheet named JSWSTE, and will must have the same header as Entrybook, and data from rows 111, 114, 119, 120, 121 and so on will follow.
This will help me in analyse the data...
Now I am doing the Filter way...