![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Location: Everywhere
Posts: 3
|
I'm working in Excel 97.
I just need to know the CODE to type in order to format my drop-down list box. When I get to Visual Basic, it's ready for me to enter CODE into the following: Private Sub ComboBox1_Change() (I guess I enter some stuff here?) End Sub When the drop-down arrow is pressed, I want the box to read: Michael 38 17% Can anyone help me? I really appreciate your taking the time. |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Monterrey, Mexico
Posts: 1,433
|
You have to edit your ListFillRange.
Go into design mode and right click on your combobox and goto properties. If you data is in Cells A1:A3 then next to the ListFillRange box enter in A1:A3.
__________________
Kind regards, Al Chara |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|