#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default Excel-Combo box

I want to have a combo box in my excel spreadsheet. The problem is that I
need to have two columns; however, when I create it, I just have the values
in the first column. Is there any way I can have my combo box that shows the
values for both columns? For instance, I have column A that has code numbers
and a column B that has the description of the codes. When I create my combo
box, I would like to click in the drop down arrow and see the code as well as
the description. However, when I choose the code, I would like to show just
the code on my cell.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 98
Default Excel-Combo box

I'm not sure with a form combo box, but you can using a combo box from the
control toolbox.

Once you have drawn it and placed it on the screen, right mouse click,
select properties, look for ListFillRange, you can put your cells range
there.

You can link your cell using LinkedCell

To test, click exit design menu button on control toolbox.




--
This post was created using recycled electrons!


"Gloria" wrote:

I want to have a combo box in my excel spreadsheet. The problem is that I
need to have two columns; however, when I create it, I just have the values
in the first column. Is there any way I can have my combo box that shows the
values for both columns? For instance, I have column A that has code numbers
and a column B that has the description of the codes. When I create my combo
box, I would like to click in the drop down arrow and see the code as well as
the description. However, when I choose the code, I would like to show just
the code on my cell.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default Excel-Combo box

I tried that, but it didn't work. Even though I select the two columns with
the informaiton, only one is shown when I click on the drop down arrow.

"Newbeetle" wrote:

I'm not sure with a form combo box, but you can using a combo box from the
control toolbox.

Once you have drawn it and placed it on the screen, right mouse click,
select properties, look for ListFillRange, you can put your cells range
there.

You can link your cell using LinkedCell

To test, click exit design menu button on control toolbox.




--
This post was created using recycled electrons!


"Gloria" wrote:

I want to have a combo box in my excel spreadsheet. The problem is that I
need to have two columns; however, when I create it, I just have the values
in the first column. Is there any way I can have my combo box that shows the
values for both columns? For instance, I have column A that has code numbers
and a column B that has the description of the codes. When I create my combo
box, I would like to click in the drop down arrow and see the code as well as
the description. However, when I choose the code, I would like to show just
the code on my cell.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 98
Default Excel-Combo box

Sorry Gloria, if you go back into the properties for the combo box, look for
ColumnCount and change the number to the number of colums your looking at.

ie 2 to look at a range of cells in two columns
--
This post was created using recycled electrons!


"Gloria" wrote:

I tried that, but it didn't work. Even though I select the two columns with
the informaiton, only one is shown when I click on the drop down arrow.

"Newbeetle" wrote:

I'm not sure with a form combo box, but you can using a combo box from the
control toolbox.

Once you have drawn it and placed it on the screen, right mouse click,
select properties, look for ListFillRange, you can put your cells range
there.

You can link your cell using LinkedCell

To test, click exit design menu button on control toolbox.




--
This post was created using recycled electrons!


"Gloria" wrote:

I want to have a combo box in my excel spreadsheet. The problem is that I
need to have two columns; however, when I create it, I just have the values
in the first column. Is there any way I can have my combo box that shows the
values for both columns? For instance, I have column A that has code numbers
and a column B that has the description of the codes. When I create my combo
box, I would like to click in the drop down arrow and see the code as well as
the description. However, when I choose the code, I would like to show just
the code on my cell.

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default Excel-Combo box

When I go to properties, the only options I have a input range, cell link
and drop down lines. I don't see columncount. Can you tell me where it is?
Thanks

"Newbeetle" wrote:

Sorry Gloria, if you go back into the properties for the combo box, look for
ColumnCount and change the number to the number of colums your looking at.

ie 2 to look at a range of cells in two columns
--
This post was created using recycled electrons!


"Gloria" wrote:

I tried that, but it didn't work. Even though I select the two columns with
the informaiton, only one is shown when I click on the drop down arrow.

"Newbeetle" wrote:

I'm not sure with a form combo box, but you can using a combo box from the
control toolbox.

Once you have drawn it and placed it on the screen, right mouse click,
select properties, look for ListFillRange, you can put your cells range
there.

You can link your cell using LinkedCell

To test, click exit design menu button on control toolbox.




--
This post was created using recycled electrons!


"Gloria" wrote:

I want to have a combo box in my excel spreadsheet. The problem is that I
need to have two columns; however, when I create it, I just have the values
in the first column. Is there any way I can have my combo box that shows the
values for both columns? For instance, I have column A that has code numbers
and a column B that has the description of the codes. When I create my combo
box, I would like to click in the drop down arrow and see the code as well as
the description. However, when I choose the code, I would like to show just
the code on my cell.



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 98
Default Excel-Combo box

Hi Gloria,

The combobox your using must be from the forms toolbar,

Click View on the menu bar,
Then Toolbars,
Then check the one that says control toolbox.

Should should now see another set of tools. (This can be dragged and docked
on to your menus so its always there.)

Use the combobox from this menu, and follows notes from before.

This should then give you the result you was after.
--
This post was created using recycled electrons!


"Gloria" wrote:

When I go to properties, the only options I have a input range, cell link
and drop down lines. I don't see columncount. Can you tell me where it is?
Thanks


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
create combo box in excel Vinay Excel Discussion (Misc queries) 1 December 29th 06 11:20 AM
How do I get a combo box to calculate percentages in Excel? Pattid175 Excel Worksheet Functions 4 April 23rd 06 05:12 PM
List box or combo box on an Excel spreadshee... city Excel Worksheet Functions 1 April 7th 05 09:31 PM
Why can't I insert a Combo Box in Excel? mpatters Excel Discussion (Misc queries) 1 April 6th 05 11:07 PM
How do I apply a combo box to multiple cells in Excel so that it . DB Excel Discussion (Misc queries) 1 January 12th 05 03:42 PM


All times are GMT +1. The time now is 07:05 PM.

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

About Us

"It's about Microsoft Excel"