Grafixanat
Technical User
Can someone tell me how to do flashing text using visual basic. I am an extreme beginner. If you could tell me , without omitting any details, I would be greatly in your debt.........
I have this much from a book....but am unsure how to implement this code...
Private Sub Form_Timer()
Me![Labell23].Visible = Not (Me![Labell23].Visible)
End Sub
I have this much from a book....but am unsure how to implement this code...
Private Sub Form_Timer()
Me![Labell23].Visible = Not (Me![Labell23].Visible)
End Sub