VBA, Sleep or DoEvents in VBA? - Computer Programming Language Forum - Index page
> Hi Alex, > > I've been porting some VBScripts to VBA and have not been able to find a > > built-in sleep function - one that will really "sleep" and not consume CPU > time. > > As a hack I've been using an API call > > [Private Declare Sub Sleep Lib ......