Search results

  1. S

    Hide Password in Input Box

    Option Compare Database Option Explicit '//////////////////////////////////////////////////////////////////// 'Password masked inputbox 'Allows you to hide characters entered in a VBA Inputbox. ' 'Code written by Daniel Klann 'March 2003...
  2. S

    Hide Password in Input Box

    Thanks for the link. It worked. Is all I need to do was insert PtrSafe So instead of ...Declare Function... I changed it to ...Declare PtrSafe Function ....
  3. S

    Hide Password in Input Box

    The code was posted in the beginning of this thread. post #4 which I was replying to which is why I didn't repost it
  4. S

    Hide Password in Input Box

    Hi, I have been using the code from Daniel Klann for a while and it is great. I just upgraded office to 64 bit and the error I get is to upgrade the code for 64bit and make sure to mark them with PtrSafe attribute. Do you have this code updated for 64 bit? Thanks, Sam
Back
Top Bottom