![]() |
|
#1
|
|||
|
|||
|
Is it possible to format the font size of the items in a combo box list? I have the combo box in a small cell and the font needs to be smaller in order to be able to read the text. I don't know if this would be changed from the VB macro. (I'm a newbie at this)!
Here is what I have: Private Sub ComboBox1_Change() ComboBox1.ColumnCount = 1 'Load data into ComboBox ComboBox1.List() = Array("Finance", "Growth", "People", "Quality", "Service") End Sub Maybe there is another way. Any suggestions? |
| Tags |
| format combobox, list box, visual basic |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cursor size varies with font size | r_lewis@fuse.net | Word | 0 | 07-20-2011 06:11 PM |
Font Size
|
iflog | Outlook | 1 | 11-30-2010 09:33 PM |
| Font Size & Colour | yparuk | PowerPoint | 0 | 10-07-2010 12:37 AM |
Change font & point size?
|
markg2 | Outlook | 2 | 06-09-2010 03:23 PM |
| Bold list items in a combo box | DrewB | Word VBA | 0 | 07-17-2009 11:32 AM |