(Q) How can I assign a Password mask (****) to an InputBox?
(A) You can't ! Other than calling the InputBox function and
getting the values returned by it, you don't have any other control on it.
You'll have to create your own form that mimics the InputBox and
apply the Password Mask to a textbox.
|