Skip to content

Nazzy88/The_VBA_of_Wall_Street

Repository files navigation

The_VBA_of_Wall_Street

Advanced VBA in Excel

Background

In this challenge you will use VBA scripting to analyze real stock market data.

Stock market analyst

stock Market

Instructions

  • Create a script that will loop through all the stocks for one year and output the following information.

    • The ticker symbol.

    • Yearly change from opening price at the beginning of a given year to the closing price at the end of that year.

    • The percent change from opening price at the beginning of a given year to the closing price at the end of that year.

    • The total stock volume of the stock.

  • You should also have conditional formatting that will highlight positive change in green and negative change in red.

moderate_solution

CHALLENGES

  1. Your solution will also be able to return the stock with the "Greatest % increase", "Greatest % decrease" and "Greatest total volume".

  2. Make the appropriate adjustments to your VBA script that will allow it to run on every worksheet, i.e., every year, just by running the VBA script once.

hard_solution

About

Advanced VBA in Excel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published