Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() We have devised a simple Excel based test for new employees (only 16 questions). HR like it but have asked if it's possible to set some sort of a timer so that 15 minutes after entering the first answer the screen goes black (to end the test) and stop them entering any more answers. Of course, after this happens we need to print of thier scores and reset the answers for the next candidate. Can anyone help, please? -- y_not ------------------------------------------------------------------------ y_not's Profile: http://www.excelforum.com/member.php...o&userid=19947 View this thread: http://www.excelforum.com/showthread...hreadid=552884 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Hello y_not, Add the following line of code to whatever starts your program. Excel will run MyMacro (change this name to what you are using) 15 minutes later. This would be your macro to blacken the screen etc. Application.OnTime Now + TimeValue("00:15:00"), "MyMacro" Sincerely, Leith Ross -- Leith Ross ------------------------------------------------------------------------ Leith Ross's Profile: http://www.excelforum.com/member.php...o&userid=18465 View this thread: http://www.excelforum.com/showthread...hreadid=552884 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hot key for time? | Excel Discussion (Misc queries) | |||
Search/Match between 2 x separate Worksheets and populate result in third worksheet | Excel Discussion (Misc queries) | |||
how to include real time & date on a worksheet | Excel Discussion (Misc queries) | |||
How do I open to a specific worksheet every time? | New Users to Excel | |||
How do I get real time stock quotes to my excel worksheet? | Excel Discussion (Misc queries) |