Created
March 12, 2018 16:43
-
-
Save samoleary/eeb6df6f4d7352a724dea39e3382c8a2 to your computer and use it in GitHub Desktop.
Test VBA Script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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