Recent content by copleyuk

  1. C

    Is there a way to set all the text on a forms colour from VBA?

    Hi all, I have a form which captures Environ("USERNAME") as String, what I want to be able to do is then be able to use the username value in an if statement to change the colour of all the text in the form. So far I have: Private Sub Form_Load() Dim strUser As String strUser =...
Back
Top Bottom