Can a combobox present more then one column on its textbox part?

前端 未结 2 1459
夕颜
夕颜 2021-01-22 22:05

I have a two column list in my combobox and when I choose one of the items in it using the drop down list, it stores (what I see in the textbox part of the combobox) only the va

2条回答
  •  耶瑟儿~
    2021-01-22 22:49

    You can set a combobox text field to use data from multiple columns but you may need to write some code to do it.

    Try http://www.contextures.com/Excel-VBA-ComboBox-Lists.html

提交回复
热议问题