gpt4 book ai didi

excel - vba中的Application.Inputbox(类型)

转载 作者:行者123 更新时间:2023-12-04 21:23:02 26 4
gpt4 key购买 nike

任何人请告诉我,如何允许用户在输入框中只输入文本。我想使用 应用程序.输入框 vba 代码中的命令。

最佳答案

就像是:

Sub GiveMeData()
Dim s As String
s = Application.InputBox(Prompt:="Type some text: ", Type:=2)
MsgBox s
End Sub

使用这个 Type可以作为其他类型的有值(value)的替代品,因为您可以解析字符串以测试是否符合格式要求。

关于excel - vba中的Application.Inputbox(类型),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36965711/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com