N
nevaspb
Having some difficulty with VBA code. Any help is appreciated...
What I am trying to do is to have an "IF" command that would
CHECK a checkbox in excel if a certain cell has a certain text in it,
i.e.
Sub Click_Me()
If "A12" = "Mortgage" Then CheckBox10_Click = True
End Sub
What am I doing wrong?
Thank you very much in advance.
What I am trying to do is to have an "IF" command that would
CHECK a checkbox in excel if a certain cell has a certain text in it,
i.e.
Sub Click_Me()
If "A12" = "Mortgage" Then CheckBox10_Click = True
End Sub
What am I doing wrong?
Thank you very much in advance.