View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Excel VBA - input box text display

Use a textbox on a userform and size it to look like an inputbox. Set the
passwordchar property of the Textbox to *

--
Regards,
Tom Ogilvy


"mel41099 " wrote in message
...
I have a macro that has an input box that asks for your password - and
when I type it in, I would like ***** to show up on the display, rather
than what I am actually typing.

Is there a way to do this?

Thanks!!
-Melissa


---
Message posted from http://www.ExcelForum.com/