Search results

  1. M

    Weird simple code not working

    Oh boy, how do I find out plz? Thx
  2. M

    Weird simple code not working

    Nothing "Missing" as posted
  3. M

    Weird simple code not working

    Tried this... Option Compare Database Private Sub cmdMakeTxtInvisible_Click() Me.Text62.Visible = False Me.Text62.Visible = No Me.Text62.Visible = 0 End Sub Thx
  4. M

    Weird simple code not working

    No indication of anything disabled. Thx
  5. M

    Weird simple code not working

    Yes I have, True/False, Yes/No & -1/0, but the intellesense (if I got that right, offers the True/False... Thx
  6. M

    Weird simple code not working

    Hello, first post..., I have installed, and now have re-installed the MS Office 2007 Suite Professional onto my Vista OS, due to this problem. I am simply trying to use VBA to make a textbox invisable when a button is clicked. Option Compare Database Private Sub cmdMakeTxtInvisible_Click()...
Back
Top Bottom