ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Multi Column Combo Box (https://www.excelbanter.com/excel-programming/431612-multi-column-combo-box.html)

babcock

Multi Column Combo Box
 
I have a multi column combo box that i want to set a default value for, but
can't seem to figure it out. It currently is blank by default. I know with
a single column combo box you can use the .Value property but this doesn't
seem to work with a multi column combo box. Any thoughts?

Patrick Molloy

Multi Column Combo Box
 
use
..TEXT=
OR
ComboBox1.Listindex = 4 ' if you know the 0-based item number

"babcock" wrote in message
...
I have a multi column combo box that i want to set a default value for,
but
can't seem to figure it out. It currently is blank by default. I know
with
a single column combo box you can use the .Value property but this doesn't
seem to work with a multi column combo box. Any thoughts?



ryguy7272

Multi Column Combo Box
 
This should shed some light on the subject of how ComboBoxes work:
http://www.contextures.com/xlUserForm02.html

HTH,
Ryan---

--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


"Patrick Molloy" wrote:

use
..TEXT=
OR
ComboBox1.Listindex = 4 ' if you know the 0-based item number

"babcock" wrote in message
...
I have a multi column combo box that i want to set a default value for,
but
can't seem to figure it out. It currently is blank by default. I know
with
a single column combo box you can use the .Value property but this doesn't
seem to work with a multi column combo box. Any thoughts?





All times are GMT +1. The time now is 10:11 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com