Basic VB Code Needed - HELP, Gurus!

Valencia

New Member
Joined
Apr 1, 2002
Messages
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. :)
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
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.
 
Upvote 0

Forum statistics

Threads
1,213,496
Messages
6,113,993
Members
448,539
Latest member
alex78

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top