Excel VBA Looping Problem
Posted by Debbie on September 01, 1999 5:33 PM
I have an Excel VBA loop that is crashing after 45 loops. You can restart the macro and it will run another 45 loops. Is there a looping limitation in VBA loops? This program opens 5 different spreadsheets, saves them to one workbook (with 5 pages) closes the spreadsheets and saves them in a new directory. This program has to loop about 200 times. Any ideas on how to fix?