Skip to content

Used to analyze sample stock data using VBA scripting.

Notifications You must be signed in to change notification settings

inkosi-codes/VBA-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wall Street Stock Summary - Analyst

Using VBA code to traverse multiple worksheets of an excel workbook. Each worksheet should contain an ordered list of stock tickers by date in order to produce an overall summary that reflects yearly change, percent change, and total volume. Each worksheet should only contain data of the same year.

Background

This task will be using VBA scripting to analyze real stock market data. Using VBA a yearly stock performance summary will be generated focused on yearly change, percent change, and total volume. Due to the size of the dataset screenshots of the results have been used to show concept and completed work after the script has ran.

Key points of focus include:

  • Greatest Percentage Increase
  • Greatest Percentage Decrease
  • Greatest Total Volume

About

Used to analyze sample stock data using VBA scripting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published