Skip to content

Instantly share code, notes, and snippets.

@bervukas
Created February 28, 2016 07:20
Embed
What would you like to do?
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