Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,049
Default 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?


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,836
Default 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?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Multi-column Combo Box Kitty[_2_] Excel Programming 2 December 22nd 03 09:12 PM
Multi Column Combo Box Tom Ogilvy Excel Programming 0 December 9th 03 09:44 PM
Multi Column Combo Box Rob Bovey Excel Programming 0 December 9th 03 09:21 PM
Multi column combo box Zachary Bass Excel Programming 1 October 10th 03 01:40 AM
Extract values from a multi-select multi-column list-box Peter[_20_] Excel Programming 5 September 28th 03 04:04 PM


All times are GMT +1. The time now is 12:34 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"