Font color in userform controls.

  • Thread starter Thread starter TUNGANA KURMA RAJU
  • Start date Start date
T

TUNGANA KURMA RAJU

How to change font colour of userform Textboxes text,Lable captions,Userfrom
captions,Combobox list values,Command button captions ?
 
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
 
Back
Top