How can I create a textbox that has ****'s in it? For a password...
I tried IsMasked = TRUE But that returns a compile error saying that it is a read-only? O_o the help file says it isn't but... InputMask = "*" Sorta works... except there's just a * and I can't type.