FootBallBat
Board Regular
- Joined
- Jan 26, 2012
- Messages
- 169
The problem I'm having is the vba is trying to process everything at once which is messing it up. I'm positive all the imputed code works.
I need a way to pause the macro for a set time to allow it to finish processing a part of the code before continuing. Application.Wait does not work it does not allow the macro to finish its process it just hangs till the time is up.
So is there anyway to pause the macro without the hang time?
I need a way to pause the macro for a set time to allow it to finish processing a part of the code before continuing. Application.Wait does not work it does not allow the macro to finish its process it just hangs till the time is up.
So is there anyway to pause the macro without the hang time?