Hi,
I have written simple date check on open in one of my files, that prompts for password when it is expired and want to add wrong password counter and will add some more code to it on lets say 3 wrong attempts, but can not manage it to work.
Private Sub Workbook_Open()
Dim pass As Variant...