Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() this code could help me but what if I have multiple users entering a password? *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
jose,
Your original question was about masking the password in an InputBox (which can't be done). The code that I gave you mimics that InputBox with a UserForm (where you can mask the password). Your InputBox had an If/Else/EndIf statement in it. The UserForm code that I gave you has an If/Else/Endif statement in the coding for the CommandButton. Whatever you were going to do with the InputBox, you can do with the UserForm too. Post back with more specifics of what you're trying to do and I'll try to help. John "jose aponte" wrote in message ... this code could help me but what if I have multiple users entering a password? *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CUSUM and V-Mask | Excel Worksheet Functions | |||
Input Mask | Excel Worksheet Functions | |||
Edit Mask | Excel Discussion (Misc queries) | |||
date mask | Excel Discussion (Misc queries) | |||
Password mask | Excel Programming |