J
John J.
In a importroutine I have code to show the user how much time the routine
took:
msgbox "This took " & datediff("s", dt1, now) & " seconds."
How can I change this so that the message box for instance will show:
This took 2 minutes and 4 seconds
Thanks,
John
took:
msgbox "This took " & datediff("s", dt1, now) & " seconds."
How can I change this so that the message box for instance will show:
This took 2 minutes and 4 seconds
Thanks,
John