jonathonappleseed
New Member
- Joined
- Jan 26, 2014
- Messages
- 2
Hello,
I have downloaded a large quantity of NYSE data & would like to create a macro that allows me to compile summaries of a stock's history. The workbooks are separated by day, with each book listing the end of day data for every stock on the exchange (see below for exact format).
[TABLE="width: 448"]
<tbody>[TR]
[TD="width: 64"]Symbol[/TD]
[TD="width: 64"]Date[/TD]
[TD="width: 64"]Open[/TD]
[TD="width: 64"]High[/TD]
[TD="width: 64"]Low[/TD]
[TD="width: 64"]Close[/TD]
[TD="width: 64"]Volume[/TD]
[/TR]
</tbody>[/TABLE]
I need to create a summary for several specific stocks (preferably without having to open each file individually, search the symbol, & copy/paste the data into a summary). The format for the final summary workbook is:
[TABLE="width: 448"]
<tbody>[TR]
[TD="width: 64"]Date[/TD]
[TD="width: 64"]Open[/TD]
[TD="width: 64"]High[/TD]
[TD="width: 64"]Low[/TD]
[TD="width: 64"]Close[/TD]
[TD="width: 64"]Volume
[/TD]
[/TR]
</tbody>[/TABLE]
Any advice? Thank you!
I have downloaded a large quantity of NYSE data & would like to create a macro that allows me to compile summaries of a stock's history. The workbooks are separated by day, with each book listing the end of day data for every stock on the exchange (see below for exact format).
[TABLE="width: 448"]
<tbody>[TR]
[TD="width: 64"]Symbol[/TD]
[TD="width: 64"]Date[/TD]
[TD="width: 64"]Open[/TD]
[TD="width: 64"]High[/TD]
[TD="width: 64"]Low[/TD]
[TD="width: 64"]Close[/TD]
[TD="width: 64"]Volume[/TD]
[/TR]
</tbody>[/TABLE]
I need to create a summary for several specific stocks (preferably without having to open each file individually, search the symbol, & copy/paste the data into a summary). The format for the final summary workbook is:
[TABLE="width: 448"]
<tbody>[TR]
[TD="width: 64"]Date[/TD]
[TD="width: 64"]Open[/TD]
[TD="width: 64"]High[/TD]
[TD="width: 64"]Low[/TD]
[TD="width: 64"]Close[/TD]
[TD="width: 64"]Volume
[/TD]
[/TR]
</tbody>[/TABLE]
Any advice? Thank you!