Search results

  1. A

    Help- VBA Code for passwording a form - Retries

    For the code you provided for me what is it ment for Macro builder, Expression builder or Code builder?? As i am a Noivce i attempted to copy and past the code over the existing code and it sprung up a error (expression onopen error). As my intentions for this event is for the user to simple...
  2. A

    Help- VBA Code for passwording a form - Retries

    Hey can you help me simplify this code to a for loop counter in VBA please Private Sub Form_Open(Cancel As Integer) Dim stDocName As String Dim stLinkCriteria As String Dim PassWordtxt Dim BadResult PassWordtxt = InputBox("Please Type in password you have a maxium of 3...
Back
Top Bottom