Hey all,
I have a tool that iterates through a file and saves all the new scripts (pretend I have 100 characters which all have scripts of 3 - 110 lines) separately with the name of the character. For some reason I get an Error 1004 on ActiveWorkbook.Close on one of the characters scripts. The only difference I can tell between the working scripts and this one failed one, is that the failed script has more than 100 lines. I have tried DoEvents, I have tried turning savechanges to false but still the same error. Help me Obi-Wan Kenobi.
Bonus points if you can figure out why I get an error when the iteration is completed successfully...
Bookmarks