This question shows research effort; it is useful and clear
10
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
现在我一直在使用多个输入框来获取我需要的几个字符串的用户输入:
Dim U As String
Dim P As String
U = Application.InputBox("Enter Username", "Username", Type:=1))
P = Application.InputBox("Enter Pwd", "pwd", Type:=1))