indi visual
Member
I have several modules that run together:
Sub Sequenced_Modules()
SubModule1
SubModule2
SubModule3 etc..
End Sub
When Module2 is ran by itself, it takes only 10 seconds (I tested it by itself).
But when it's ran together in sequence with the others, then Module 2 can take up to 5 minutes!?
I'm stuck and I'm not sure why this is happening. I made sure my screenupdating was off through every module.
I would post my code (but it's far too much), I was hoping to just post this general question regarding my issue in hopes that someone knows off hand what the problem obviously is.
I'm sure Module2 is the problem (it's the longest bit of code, and the other two modules finish tip top in 3 seconds).
Sub Sequenced_Modules()
SubModule1
SubModule2
SubModule3 etc..
End Sub
When Module2 is ran by itself, it takes only 10 seconds (I tested it by itself).
But when it's ran together in sequence with the others, then Module 2 can take up to 5 minutes!?
I'm stuck and I'm not sure why this is happening. I made sure my screenupdating was off through every module.
I would post my code (but it's far too much), I was hoping to just post this general question regarding my issue in hopes that someone knows off hand what the problem obviously is.
I'm sure Module2 is the problem (it's the longest bit of code, and the other two modules finish tip top in 3 seconds).