Private Sub ChkBold_Click()
If lblMessages.FontBold = False Then
lblMessages.FontBold = False
Else
lblMessages.FontBold = True
End If
End Sub
how do i make that work, when the checkbox isnt click it goes back to default and when its click it makes the words bold and when its unchecked it makes them normal......
thanks



Reply With Quote