gpt4 book ai didi

vba - Excel VBA 输入框范围选择按钮

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

好的。所以我在某种程度上熟悉VBA中的InputBox。我知道选择范围的 Type:=8 要求。我的代码运行良好并允许我做我想做的事情。

它是这样的: enter image description here

但是,我想生成与 Exel 本身在选择范围时生成的相同类型的输入框。

enter image description here

我一直在搜索各种在线资源,唯一一次又一次出现的是需要使用 Type:=8 。 MS 帮助也没有多大帮助。

为了完整起见,这是我的代码:

Dim SelRng1 As Range
Dim SelRng2 As Range

Set SelRng1 = Application.InputBox(Prompt:="Please select the first table (headers included)", Title:="Select Table 1", Type:=8)
Set SelRng2 = Application.InputBox(Prompt:="Please select the second table (headers included)", Title:="Select Table 1", Type:=8)

有人知道该怎么做吗?谢谢!

最佳答案

您必须创建自己的表单并 put the RefEdit control on it .

关于vba - Excel VBA 输入框范围选择按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13989539/

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