Skip to content

Commit

Permalink
Saving progress on analysis for sub 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jhustles committed Mar 18, 2020
1 parent 635a4ff commit d6e8fa6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion VBA_Script_JG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,11 @@ Sub Analysis_2()


'Set up the loops thru all WORKSHEETS
For Each ws In Worksheets
For Each ws In Worksheets

'Declare all variables and define them
Dim Ticker As String
Dim TotalOpenPrice As Double
Dim TotalClosePrice As Double
Dim Yearly_Change As Double
Dim Percent_Change As Double

0 comments on commit d6e8fa6

Please sign in to comment.