View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Vasant Nanavati Vasant Nanavati is offline
external usenet poster
 
Posts: 1,080
Default Inputbox - display text as asterisk

Hi Tim:

Set the PasswordChar property of the TextBox to "*".

Regards,

Vasantg.


"Tim Childs" wrote in message
...
Hi

please can someone give me the few lines of code required to produce an
inputbox for returning text (for a password) such that each character
entered by the user is shown as an asterisk in the inputbox.

thanks

Tim