View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John John is offline
external usenet poster
 
Posts: 2,069
Default Password entru code

creating a custom userform with textbox PasswordChar property set to display
"*" would be the quickest way - if you don't want to creat a userform have a
look at this site.

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

--
jb


"sunilpatel" wrote:

Does anyone know of any code that will allow for a password to be entered
without being seen as it is typed. I would like the coursor to be visible
but not the text. This need to be invoked using code.

Thanks

Sunil