Skip to content

Instantly share code, notes, and snippets.

@bervukas
Last active March 1, 2016 11:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bervukas/346ddf97d44bec703468 to your computer and use it in GitHub Desktop.
Save bervukas/346ddf97d44bec703468 to your computer and use it in GitHub Desktop.
VBA Example: Variable Names
Sub Test()
Dim data As String
Dim data2 As Integer
Dim foo As Boolean
Dim wph As Integer
Dim dummy as Long
''
' etc.
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment