Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Multi Column Combo Box

using the columnwidth is the only way.

combobox1.List(combobox1.listindex,1) would give you the value of the
second column for the selected row.

--
Regards,
Tom Ogilvy

"Kevin" wrote in message
...
I'm building a very large multi-level menu (over 4K
possible choices) by linking a number of combo boxes
(i.e. the choices available in combobox2 are dependent on
the choice made in combobox1, etc.). I need to include
multiple columns in the lowest level combo box. The
questions I have a

Is there a better way to only display 2 of the five
columns in the combobox than by setting the width of
those I don't want to show to 0?

How do I refer to separate columns from the combobox
choice (i.e. I want to populate a cell with the value in
the third column of the combobox choice)? Using
comboboxX.Value returns 1 value. What is the syntax for
specifically referring to each of the other column values?

thanx



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
How to find a value with multi-column, multi-record list Dallasm Excel Worksheet Functions 1 May 30th 10 05:40 PM
match in multi-column and multi-row array sloth Excel Discussion (Misc queries) 14 September 1st 06 10:33 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 05:41 AM.

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"