https://github.com/HollyHeredia/Stock-Project
This repository contains calculation and formatting skills using VBA.
https://github.com/HollyHeredia/Stock-Project
Last synced: 4 months ago
JSON representation
This repository contains calculation and formatting skills using VBA.
- Host: GitHub
- URL: https://github.com/HollyHeredia/Stock-Project
- Owner: HollyHeredia
- Created: 2021-04-02T21:13:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-20T21:39:23.000Z (almost 4 years ago)
- Last Synced: 2024-08-13T07:18:16.229Z (over 1 year ago)
- Language: VBA
- Homepage:
- Size: 2.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - HollyHeredia/Stock-Project - This repository contains calculation and formatting skills using VBA. (VBA)
README
# VBA-Homework
This repository contains the solutions to the VBA challenge (The VBA of Wallstreet). This challenge is based off an excel spreadsheet provided by my data analytics bootcamp. The challenge was to find the yearly percent change of each stock, highlight positive changes in green and negative changes in red, and to total each stock.
This repository contains a screenshot for each sheet in the Excel workbook after the code is run. Columns to list each ticker, yearly change, percent change, and total volumn of the stock have been added from the original spreadsheet. The Yearly Change column has content in Red if it is negative and Green if postivie. I have added a % sign to the % change column.
I have saved the code in a seperate format unattached to the spreadsheet that should be easy to open. This code is notated to make it easier to understand what each function is doing.