Why do I keep creating userforms to get passwords? That’s it. This is the last time I’m doing it. From now on, I’ll just import UPassword.frm Here’s the code behind the form. Nothing special, I’m just tired of typing it.
Option Explicit Private mbUserCancel As Boolean
Private msPassword As String Public Property Get Password() As [...] Read More...