I wrote my own VBA script to analyze real stock market data.
- Excel
- VBA
- Create a script that will loop through all the stocks for one year and output the following information:
- Ticker symbol
- Yearly change
- Percent change YoY
- Total stock volume of the stock.
- Write a script for conditional formatting