Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way to populate a combo box with 2 columns.. like description and
part number..? from a table?? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Cheryl,
set the columncount property to the number of columns and just link to the table. You can get the data like With Me.ComboBox1 MsgBox .List(.ListIndex, 0) MsgBox .List(.ListIndex, 1) End With -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "Cheryl" wrote in message ... Is there a way to populate a combo box with 2 columns.. like description and part number..? from a table?? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you .. I will give that a try...
"Bob Phillips" wrote in message ... Cheryl, set the columncount property to the number of columns and just link to the table. You can get the data like With Me.ComboBox1 MsgBox .List(.ListIndex, 0) MsgBox .List(.ListIndex, 1) End With -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "Cheryl" wrote in message ... Is there a way to populate a combo box with 2 columns.. like description and part number..? from a table?? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combo Box, show multiple columns | Excel Discussion (Misc queries) | |||
Macro using Combo box information | Excel Discussion (Misc queries) | |||
Combo Box - Show only first two digits? | Excel Discussion (Misc queries) | |||
How I view information requested from a combo box? | Excel Worksheet Functions | |||
Bringing additional information in with combo box selection | Excel Worksheet Functions |