I have a form that has a lot of code in the Form_Load event. The problem is my form only shows after the code runs. How could I have the Form show at a certain stage in my code.

I tried the DoEvents command...

Is there even a way I can do this or do I need to setup something else?