On Fri January 27 2006 16:16, Christopher Brian Jack wrote: > So you would be suggestion something like this? > Public Sub myTimer_Timer() I personally have only ever delayed redrawing the screen when I ran out of time, but if your client operations may take more than a timer tick to complete too, sure, you can do that. Rob