Hi Guys,
I have a massive chain of macros spread over 5 modules and
Module 1 = Opens up a userform, then calls module 2s chain of macros, then calls module 3's chain of macros and then finally module 4's chain.
Module 2 = Opens 10 documents, Imports the data, Closes the documents, manipulates the data inside the original sheet.
Module 3 = Uses the imported data and manipulates it more, opens up a database file, imports more data, closes the document, uses a bunch of formulas, maniplates more, opens up a new document pulls in more data and maniplates more.
Module 4 = Uses the userform from the start and saves the file into several parts, opens up a sheet throws the data into that sheet and then saves that sheet several times..
Module 5 = Contains some simple functions that are called by module 2, 3 and 4
The computer is using Office 2010 and I can't post the document in question because it contains too much confidential data/code :/
I can't figure out why there are a bunch of stuck/frozen/hung excel.exe processes.
I thought as soon as a sub ends it forgets all of the values that were in the memory / locals?, the only global variables I have are a bunch of true/false variables...
Any idea how I can solve this without having to put
Any help would be appreciated.![]()
Please Login or Register to view this content.
Bookmarks