I am running the following code, and the problem is that I'm not able to run the macro "RunAll" because as soon as I display/initialize my userform, it doesn't make it to the ontime routine. Is there any way of getting around this, besides having an ontime routine before and after the userform1.show command???

Userform1.show
Application.OnTime Now + TimeValue("00:00:10"), "RunAll"

Dustin