I have a user form and it has 5 frame's, with Frame1 to Frame5 and a button name as "start".
Once the user clicks the button, all the 5 Frame's are visible = true
What I need is (not so sure) do or can we create a timer as once the user clicks the button and after 10 sec the Frame1.visible = false, then next 10 sec Frame2.visible = false, then next 10 sec Frame3.visible = false.
Any Idea.
Once the user clicks the button, all the 5 Frame's are visible = true
What I need is (not so sure) do or can we create a timer as once the user clicks the button and after 10 sec the Frame1.visible = false, then next 10 sec Frame2.visible = false, then next 10 sec Frame3.visible = false.
Any Idea.