Good Morning,
Quick question, I want to bold the text of ComboBox1 when I select OptionButton1 but the following code is not working:
How do I fix this?
Thanks
Quick question, I want to bold the text of ComboBox1 when I select OptionButton1 but the following code is not working:
Code:
Sub ComboBox1_format() If OptionButton1 = True Then
ComboBox1.Text("Select a NAICS Code") = Bold
End Sub
How do I fix this?
Thanks