Skip to content

Individual project designed to reinforce classroom Excel and VBA Macros through practice and performance.

Notifications You must be signed in to change notification settings

MikeT9/VBA-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VBA-Challenge

Stock analysis

By Michael Thomas

The goal of this project was to explore stock data and creating summary tables.

Excel was used to provide the information. VBA macros were used to calculate summary data and create tables.

summary data

DATA

All data in our tables was provided in an excel document containg the given table information:

  • ticker
  • date
  • open
  • high
  • low
  • close
  • volume

Data

VBA macros

I wrote a VBA module macro that loops through each worksheets data and outputs the following:

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

  • Conditional formatting that will highlight positive change in green and negative change in red.

first loop

  • Greatest increase.

  • Greatest Decrease.

  • Greatest Total Volume.

second loop

About

Individual project designed to reinforce classroom Excel and VBA Macros through practice and performance.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published