Mike,
Put this declaration in a standard module:
Public Declare Sub Sleep Lib "kernel32" Alias "Sleep" (ByVal
dwMilliseconds As Long)
Then call it like so:
Sleep 2000
Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia
Microsoft Access 2003 VBA Programmer's Reference
http://www.wiley.com/WileyCDA/WileyTitle/productCd-0764559036.html
> Is it possible to make a pause in the code? For example:
>
[quoted text clipped - 10 lines]
>
> Thank you in advance!
Mike - 12 Jul 2005 08:14 GMT
Thank you, Graham!
> Mike,
>
[quoted text clipped - 27 lines]
> >
> > Thank you in advance!