I have some rather long Do...Loop's in my program.....I have put the DoEvents command inside some of the longer loops, and my program is starting faster and there are no visual screen problems with repainting now.

My question is:

Is there any negative effect of the DoEvents command or using too many DoEvents commands??

Please advise.

Thanks!!!