Skip to content

Instantly share code, notes, and snippets.

@samoleary
Created March 12, 2018 16:43
Show Gist options
  • Save samoleary/eeb6df6f4d7352a724dea39e3382c8a2 to your computer and use it in GitHub Desktop.
Save samoleary/eeb6df6f4d7352a724dea39e3382c8a2 to your computer and use it in GitHub Desktop.
Test VBA Script
Sub Testing()
Dim x As String
x = 5
Dim y As Integer
y = 1032
Dim z As Collection
z = New Collection
z.testSomething(ByVal d)
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment