Hi Kim, > if yes, is it possible to subdivide a large number of > looping into several loopings to overcome the limitation?
Yes, you can use a MOD to perform an ection (like a DoEvents) every 10,000 loops, million loops or whatever. In this way you can avoid the processor overhead of performing these actions every iteration and perform your loops as quickly as possible. Also see the ExitLongLoop sample here: http://ReliableAnswers.com/VB/Samples.asp Regards, Shawn K. Hall http://12PointDesign.com/ http://ReliableAnswers.com/ '// ======================================================== "Mr. Worf, scan that ship." "Aye, Captain... 300 DPI?" '// ======================================================= Rules : http://ReliableAnswers.com/List/Rules.asp Home : http://groups.yahoo.com/group/vbHelp/ ======================================================= Post : [email protected] Join : [EMAIL PROTECTED] Leave : [EMAIL PROTECTED] '// ======================================================= Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/vbhelp/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
