Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All
Currently I have an Excel system that requires the user to enter a password. I dont mean at open time or to unprotect the sheet but just to kick off some other logic. Therefore the user enters their password into a cell that my code then reads. The problem is hiding what the user types into this cell so that no-one looking over their shoulder can see the password. I have effected this currently by hiding the formulae bar and by blocking the view of the actual cell by pasting a blank picture in front of it so it is obscured. This is a fine solution to me but some users *really* dont like the fact that they cant see that the cell is selected and that they are typing in it. They want similar functionality to any other password screen that shows asterisks (*) as they type in their password. Is it possible to effect this? My solution falls down as I could only do this if there was an event on key stroke - which there is not (I believe). If there was such an event I could display as many asterisks as keystrookes in another visible cell. Any ideas of how I could do this? Perhaps I am barking up the wrong tree and should do this with forms. Can form controls mask the inputted characters in this manner? Any ideas would be appreciated. Thanks in advance, Chrisso |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I change sheet notation from R1C1 style to A1 style in XL 2 | Setting up and Configuration of Excel | |||
Excel (Office 2007 B2TR) -- Password Protecting A Sheet -- Character Limit ? | Excel Discussion (Misc queries) | |||
masking | Excel Programming | |||
Masking character | Excel Programming | |||
Bit Masking | Excel Programming |