要获取文本框的输入值,可以使用以下代码:
Dim inputValue As String inputValue = TextBox1.Value
其中,TextBox1 是文本框的名称,Value 是文本框的属性,用来获取其输入值。将输入值赋给 inputValue 变量后,你可以根据需要对其进行进一步处理。
TextBox1
Value
inputValue