u can show the blinking label in a separate form. when users match the squares disable current form(me.enable=false) and then display the form with blinking label in vbmodal mode(form2.show vbmodal).after the specified time of blinking disable the timer(timer1.interval=0),close the form(unload me) and enable the game form(form1.enable=true).
So what you are saying is there is no way to blink a lable on the form that is showing, say for 3 to 5 seconds, then hide the lable and continue with the program.
Hmmm....I'll have to do a little more searching on this one.
Thanks for the reply
John