Skip to content

Instantly share code, notes, and snippets.

@ship9599
Created December 8, 2017 21:36
Show Gist options
  • Save ship9599/686ab710a31960b1bfb28d5ff2914aa6 to your computer and use it in GitHub Desktop.
Save ship9599/686ab710a31960b1bfb28d5ff2914aa6 to your computer and use it in GitHub Desktop.
Send - JES
Sub Small_All()
'Application.ScreenUpdating = False
'Application.Visible = False
Worksheets("Snapshot").Range("C16").Value = ""
Sheet1.Range("A4").Value = "U15154108-23 Client"
Sheet1.Range("A10:Z1000").Clear
PORT_RefDataExample
Application.Calculation = xlCalculationAutomatic
Application.OnTime Now + TimeValue("00:00:03"), "Small_Test"
Application.Calculation = xlCalculationAutomatic
End Sub
Sub Small_Test()
Call Small_Securities 'Small Data Fix
Application.Calculation = xlCalculationAutomatic
Small_RefDataExample 'Port2
Application.Calculation = xlCalculationAutomatic
REF_RefDataExample
Call Impact1
Application.OnTime Now + TimeValue("00:00:03"), "sumif"
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment