I have following Input box for excel file. I don\'t want to show typing characters and need to show input box characters * , how to do this?
Private Sub Wor
ImputBox does not support masking, so you can't hide characters in then. You need to use some like TextBox with white characters or something like this.