Sub Unprotected If Hook Then Msgbox "Vba Project Is Unprotected!", Vbinformation, " " End If End Sub

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

Sub unprotected()

If Hook Then
MsgBox "VBA Project is unprotected!", vbInformation, "*****"
End If
End Sub

You might also like