Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
SK,
Instead of using an inputbox, use a custom form with two text boxes and an OK button. In the VBE you can set a password character for one of the text boxes in the properties pane and it will mask the user entry. Robin Hammond www.enhanceddatasystems.com "SKTing" wrote in message ... Pls help to insert any statement to the following Sub to hide the input password in the InputBox. Thank a lot Sub Fast_Update() UserNameStr = InputBox("Key in SiView user ID") PasswordStr = InputBox("Key in SiView password") If UserNameStr = "" Then Exit Sub If PasswordStr = "" Then Exit Sub Call Update_Lot_Status(1, True, False) End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hide colum using VBA password | Excel Discussion (Misc queries) | |||
hide column with password | Excel Discussion (Misc queries) | |||
How do I hide a worksheet in Excel and use a password to un-hide . | Excel Discussion (Misc queries) | |||
Excel password but cant hide the sheets before entering password | Excel Programming | |||
InputBox and Password | Excel Programming |