How to change font colour of userform Textboxes text,Lable captions,Userfrom
captions,Combobox list values,Command button captions ?
Rick Rothstein (MVP - VB) - 22 May 2008 04:49 GMT
For the controls on the UserForm, you can use the ForeColor property. I'm
pretty sure you would need to use an Windows API function call to handle the
color of the text in the Titlebar of the UserForm though.
Rick
> How to change font colour of userform Textboxes text,Lable
> captions,Userfrom
> captions,Combobox list values,Command button captions ?