Hi All I've searched through Google Groups trying to find how folks have managed to produce a splash screen for a VBA AutoCAD application. The problem seems to be that, while the code allows you to use a timer, once you display a form, control goes to that form until the user clicks it. I found an entry using a call to the Windows API (I think) - "Declare Sub Sleep Lib "kernel32" But control still passes to the form Has anybody had this problem before, and how did you solve it? Keep in mind that I'm not really a programmer I just play one here. Thanks, David