Putting a Password InputMask in an Inputbox ?

D

Don Garry

I've got the following code for an Inputbox and am wondering if there is a
way of putting a password input mask on this code without having to create a
textbox control ?

strMsg = "Enter the Password"
strInput = InputBox(Prompt:=strMsg, _
Title:="Password", XPos:=2000, YPos:=2000)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top