Skip to content

Instantly share code, notes, and snippets.

@thomasdarimont
Created September 9, 2019 23:26
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 thomasdarimont/b7540bfb8771fa666b59a61426a205c2 to your computer and use it in GitHub Desktop.
Save thomasdarimont/b7540bfb8771fa666b59a61426a205c2 to your computer and use it in GitHub Desktop.
Remove VBA Macro Password (Module 2)
Sub unprotected()
If Hook Then
MsgBox "VBA Project is unprotected!", vbInformation, "*****"
End If
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment