Scott, When I need users to enter in their password. I present them with a form to enter in their user information to run the script. In the form then I set up the properties with a Password Text box with a PasswordChar of *, then no one sees that they have typed. I do not know of a way to do this with the InputBox.
Tom -----Original Message----- From: White, Scott A [mailto:[EMAIL PROTECTED] Sent: Monday, December 06, 2004 1:57 PM To: [EMAIL PROTECTED] Subject: [Talk] Hiding user input info Hello everyone. I'm using an input box to gather user info when they run the script. The problem is that my input box shows what the user is typing. Does anyone know how to ask the user for their password; but not have it display what they are typing? I'm using this: OPSCODE = InputBox("Type Your Ops Code", "Ops Code", "Type YOUR OPS Code Here!", 1000, 2000) I might as well have an audio file play out loud - "Hey everyone, quick... look at this screen. The user is displaying his/her password." ;-} Thanks in advance, Scott **************************************************************************** *********** CONFIDENTIALITY NOTICE: This e-mail communication and any attachmentsmay contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you are hereby notified that you have received this communication in error and that any review, disclosure, dissemination, distribution or copying of it or its contents is prohibited. If you have received this communication in error, please notify Saratoga Hospital immediately by e-mail at [EMAIL PROTECTED] and destroy all copies of this communication and any attachments.
