View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
dominicb[_145_] dominicb[_145_] is offline
external usenet poster
 
Posts: 1
Default password protection


Good morning Neil Pattison

To do this you are probably better off using a textbox on a userform
and set the PasswordChar property to "*". That is certainly the easier
way.

However, if you really want to continue using an input box, Daniel
Klann has devised a way to get around the problem by using a series of
API calls to intercept and translate the key presses. See his article
he

http://www.xcelfiles.com/API_09.html

HTH

DominicB


--
dominicb
------------------------------------------------------------------------
dominicb's Profile: http://www.excelforum.com/member.php...o&userid=18932
View this thread: http://www.excelforum.com/showthread...hreadid=472890