Good adternoon,
How can I change RTB's Forecolor?
Thanks
Printable View
Good adternoon,
How can I change RTB's Forecolor?
Thanks
<Code>
Private Sub cmdRed_Click()
rtf.SelColor = vbRed
rtf.SetFocus
End Sub
</Code>
Use square brackets on your code to format it.
[code]
'Code goes here
[/code]