Skip to content

Instantly share code, notes, and snippets.

@bervukas
Created February 28, 2016 07:20
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/d7a0386e72d6fda9d115 to your computer and use it in GitHub Desktop.
Save bervukas/d7a0386e72d6fda9d115 to your computer and use it in GitHub Desktop.
Magic values example in VBA
Sub SetPassword(password As String)
If (Len(password) > 7) Then
' Display error
End If
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment