Skip to content

betsyjames/VBA-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VBA Homework - The VBA of Wall Street

Background

In this assignment I am using VBA scripting to analyze real stock market data for three years (2014 - 2016).

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.

BONUS

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

  • 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published