Combo Box

ajg04

New Member
Joined
Aug 10, 2007
Messages
6
Hello all,
After I select the appropriate items to show up in the drop down list of a Combo Box, I was not able to change the way (Font, size, alignment) this items appear.So please let me know if you have some suggestion on how to achieve such thing and Thanks.
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
If you used the combo box from the Forms toolbar, you have no control over the appearance. If you want more options, use the combo box from the Control Toolbox toolbar. After drawing a combo box from the Control Toolbox toolbar, right-click on it and choose "Properties" to see the VBA controls and options.
 
Upvote 0
Thanks for the reply.I am using the Combo Box form the Forms toolbar so I understand that I can't make any change to it and I can't access its code.
 
Upvote 0
A "Forms" Combo Box does not have code. You can assign a macro to it and you can set some properties under "Format Control" when you right click it. But as Fujirich says, a Forms toolbar object does not have the same options as a Control toolbar object does.
 
Upvote 0

Forum statistics

Threads
1,214,893
Messages
6,122,121
Members
449,066
Latest member
Andyg666

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