Skip to content

eenabow/VBA-challenge

Repository files navigation

VBA-challenge

Using VBA scripting to analyze real stock market data

Includes:

  • A screen shot for each year of results on the Multi Year Stock Data.
  • VBA Scripts as separate file

Assignment: 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.

Challenges:

  • Expressing the opening and closing price through logic
  • Conditional Formatting should take place after the initial loop through to reduce processing time
  • Creating new If/Then statements for symbols without data

About

Using VBA scripting to analyze real stock market data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages