Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Filling multiple cells based on 1 combo box selection

I've created a combo box with 4 columns,

Column 1 is the only visible colum on the drop down list.
I have bound column 2 to cell A2 on my worksheet.

Is it possible to bind the remaining 2 columns to separate
cells in the worksheet. For example I would like to have
colum 2 bound to A2, column 3 bound to B2, Column 4 bound
to cell C2.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Filling multiple cells based on 1 combo box selection

No, the boundcolumn determines the value of the combobox - thus only one
boundcolumn is possible.

You would need code to populate the other cells (or all cells). Use the
Click event as an example.

Another possibility is to use Vlookup to fill in the other cells (if your
source data is on the worksheet someplace).

--
Regards,
Tom Ogilvy




Serrena Carter wrote in message
...
I've created a combo box with 4 columns,

Column 1 is the only visible colum on the drop down list.
I have bound column 2 to cell A2 on my worksheet.

Is it possible to bind the remaining 2 columns to separate
cells in the worksheet. For example I would like to have
colum 2 bound to A2, column 3 bound to B2, Column 4 bound
to cell C2.




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
Automatically filling a cell from a worksheet based on a selection Pbrent Excel Worksheet Functions 2 May 14th 10 03:39 PM
Conditional Formating Based on Selection in a Combo Box adrian007uk Excel Discussion (Misc queries) 4 December 11th 09 08:54 AM
Multiple Selection Combo Box Ivor Davies Excel Discussion (Misc queries) 8 April 27th 09 12:43 PM
Multiple selection on a combo box Cesar Excel Worksheet Functions 3 December 17th 08 07:30 PM
multiple selection in combo box jen_writer Excel Discussion (Misc queries) 2 January 19th 07 09:05 PM


All times are GMT +1. The time now is 07:09 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"