Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is there a way to change the font color as it is loaded into a form on
a combobox? I have items that I am adding to a form and I want to keep the font color that is on the worksheet. Thanks for looking, Jay |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Assuming you are using a combo box from the control toolbox there is a
ForeColor property which refers to the font color. That bing said it applies to the combo box and not the individual items in the combo box. That being the case you only get one font colour for all entries. No rainbows allowed. -- HTH... Jim Thomlinson "jlclyde" wrote: Is there a way to change the font color as it is loaded into a form on a combobox? I have items that I am adding to a form and I want to keep the font color that is on the worksheet. Thanks for looking, Jay |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Oct 9, 9:30*am, Jim Thomlinson <James_Thomlin...@owfg-Re-Move-
This-.com wrote: Assuming you are using a combo box from the control toolbox there is a ForeColor property which refers to the font color. That bing said it applies to the combo box and not the individual items in the combo box. That being the case you only get one font colour for all entries. No rainbows allowed. -- HTH... Jim Thomlinson "jlclyde" wrote: Is there a way to change the font color as it is loaded into a form on a combobox? *I have items that I am adding to a form and I want to keep the font color that is on the worksheet. Thanks for looking, Jay- Hide quoted text - - Show quoted text - I am talkign about on a UserForm in VBA. I have a list box and it is populated by data from a worksheet and I woudl liek to keep the font colors that are on the sheet and have them be different colored options in the list box in the form. Thanks, Jay |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Same answer for a combo box or list box on a userform. Only one colour
allowed. No rainbows. To change the colour it is the ForeColor property. -- HTH... Jim Thomlinson "jlclyde" wrote: On Oct 9, 9:30 am, Jim Thomlinson <James_Thomlin...@owfg-Re-Move- This-.com wrote: Assuming you are using a combo box from the control toolbox there is a ForeColor property which refers to the font color. That bing said it applies to the combo box and not the individual items in the combo box. That being the case you only get one font colour for all entries. No rainbows allowed. -- HTH... Jim Thomlinson "jlclyde" wrote: Is there a way to change the font color as it is loaded into a form on a combobox? I have items that I am adding to a form and I want to keep the font color that is on the worksheet. Thanks for looking, Jay- Hide quoted text - - Show quoted text - I am talkign about on a UserForm in VBA. I have a list box and it is populated by data from a worksheet and I woudl liek to keep the font colors that are on the sheet and have them be different colored options in the list box in the form. Thanks, Jay |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Enter text in a Combobox | Excel Discussion (Misc queries) | |||
Entries of ComboBox with Color | Excel Discussion (Misc queries) | |||
Cond. format text color based on another's text color | Excel Discussion (Misc queries) | |||
combobox text size | Excel Discussion (Misc queries) | |||
Select Text Files from Combobox | Excel Discussion (Misc queries) |