G
Guest
Hello,
I have a combo box with a list of three options - BUS, GEN, POL and SOC. I
am unable to get the code right for setting the forecolor property of the
combo box when the selected option is not GEN.
Please review the code below and advice.
Regards.
If cboFr_Act <> "GEN" Then
cboFr_Act.ForeColor = 255
End If
I have a combo box with a list of three options - BUS, GEN, POL and SOC. I
am unable to get the code right for setting the forecolor property of the
combo box when the selected option is not GEN.
Please review the code below and advice.
Regards.
If cboFr_Act <> "GEN" Then
cboFr_Act.ForeColor = 255
End If