S
SKTing
Pls help to insert any statement to the following Sub to hide the input password in the InputBox. Thank a lo
Sub Fast_Update(
UserNameStr = InputBox("Key in SiView user ID"
PasswordStr = InputBox("Key in SiView password"
If UserNameStr = "" Then Exit Su
If PasswordStr = "" Then Exit Su
Call Update_Lot_Status(1, True, False
End Su
Sub Fast_Update(
UserNameStr = InputBox("Key in SiView user ID"
PasswordStr = InputBox("Key in SiView password"
If UserNameStr = "" Then Exit Su
If PasswordStr = "" Then Exit Su
Call Update_Lot_Status(1, True, False
End Su