gpt4 book ai didi

combobox - Excel VBA 组合框返回索引而不是值

转载 作者:行者123 更新时间:2023-12-02 18:41:33 25 4
gpt4 key购买 nike

我在 Excel 2007 中设置了一个组合框,它从另一张工作表收集其列表项。当我尝试通过宏访问所选项目的值时,返回的只是索引值而不是实际值。

DateDropDown = Sheets("Input Form").Shapes("APPDateDropDown").ControlFormat.Value

组合框中的值列为“Jan-12”,但当我运行上面的代码时,DateDropDown 返回为 37(项目的索​​引)。

如何让它返回值“Jan-12”?

最佳答案

With Sheets("Input Form").Shapes("APPDateDropDown")
DateDropDown = .ControlFormat.List(.ControlFormat.ListIndex)
End With

关于combobox - Excel VBA 组合框返回索引而不是值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10029001/

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