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...
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 ....
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