Combo Box easy

WorkinOnIt13

Board Regular
Joined
Sep 8, 2005
Messages
90
<font color=Blue>What is the easiest way to do a combo box in Excel 2003? I have bee playing with my VB, but for some reason the code is not working, and when it does, I click on an item in the combo box and next thing you know, all the items have doubled or tripled...Any suggestions...? Thanks guys! Been awhile since I have been on here..! =)</font>
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
I got it....without code

<font color=Red>I think I may have figured it out. What I did was just right clicked on the toolbars, selected forms and edited a combo box from there! Really the only reason I need it is to show where meetings will be scheduled on an excel Calendar! So there is no referencing cells to anything! Thanks for the thought though.... I was using the basic

This was the code in VB.....looks right to someone who is not well trained like me....</font>
<font color=Blue>
Private Sub cbo2_Load()
cbo2.AddItem "CONSTITTUTION", 0
cbo2.AddItem "COBBLESTONE"
cbo2.AddItem "ANNEX II"
cbo2.AddItem "SCOWCROFT A"
cbo2.AddItem "MILLSTREAM"
cbo2.AddItem "WEBER ROOM"
End Sub</Font>
 
Upvote 0

Forum statistics

Threads
1,207,169
Messages
6,076,908
Members
446,239
Latest member
Home Nest

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