Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 575
Default Hide password in the InputBox

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



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 38
Default Hide password in the InputBox

If you must use an Inputbox then see here for 2 ways to accomplish this.

http://www.xcelfiles.com/API_09.html
or
http://www.danielklann.com/
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hide colum using VBA password shapiro Excel Discussion (Misc queries) 4 February 26th 07 02:36 PM
hide column with password checkQ Excel Discussion (Misc queries) 5 February 11th 07 09:39 PM
How do I hide a worksheet in Excel and use a password to un-hide . Dchung Excel Discussion (Misc queries) 3 December 2nd 04 06:24 AM
Excel password but cant hide the sheets before entering password cakonopka[_3_] Excel Programming 1 January 30th 04 06:28 PM
InputBox and Password carvil16 Excel Programming 1 January 20th 04 08:08 PM


All times are GMT +1. The time now is 11:17 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"