Hi,
I have a form that has a few texts boxes that have conditional formmating on them. When check boxes are ticked certain text boxes are hightlighted using the conditional formmating. The problem I have now is that I want write code that records which text boxes are highlighted. I have tried writing events like
text1.fontBold = true
text1.fontItalic = false
etc etc...
But it appears the vba code ignores what ever conditions have taken place within the conditional formmating. Can any one help with this
I have a form that has a few texts boxes that have conditional formmating on them. When check boxes are ticked certain text boxes are hightlighted using the conditional formmating. The problem I have now is that I want write code that records which text boxes are highlighted. I have tried writing events like
text1.fontBold = true
text1.fontItalic = false
etc etc...
But it appears the vba code ignores what ever conditions have taken place within the conditional formmating. Can any one help with this