Excel VBA Input box

前端 未结 5 1514
说谎
说谎 2020-12-06 06:52

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         


        
5条回答
  •  再見小時候
    2020-12-06 07:30

    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.

提交回复
热议问题