Skip to content

💷 Automating Stock analysis over different sheets using VBA 👉

Notifications You must be signed in to change notification settings

RimpleDabas/VBA-Stock-Analysis

Repository files navigation

VBA Automation

Stockanalysis

The script loops through all the stocks for one year and outputs 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.

The conditional formatting highlights positive change in green and negative change in red.

It further includes functionality which returns the stock with the "Greatest % increase", "Greatest % decrease", and "Greatest total volume".

The .vbs script with the code is also included. You can drag and drop it as a module in VBA to run it.

About

💷 Automating Stock analysis over different sheets using VBA 👉

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published