Oops! I should have specified that I want to time a Splash form that is part of a start up procedure. I did your code, as suggested, in a new project --worked great! I just can't seem to adapt this for my start up procedure (main.bas), which looks something like this:
frmSplash.show
load frmInput
load frmAssesment
load Extra
unload frmSplash
frmInput.show
Once again, thanks in advance for any help!