时间:2024-10-12 11:10:19
1、先定义一个变量以便接受输入的值Dim inputValue As String
3、定义一个输出框,输出我们的变量MsgBox inputValue
5、运行后会要求我们输入一个值