Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Global StatsRow
Sub DisplayStatsForm()
Dim StatsRow As Integer
Sheets("MarketHistory").Activate
StatsRow = ActiveCell.Row
Load MarketStatsForm
MarketStatsForm.StatsRowBox.Value = StatsRow
MarketStatsForm.GenStatsButton.SetFocus
MarketStatsForm.Show
End Sub