Erm, I wouldn't expect it to get to that line following the userform creation...
As far as I know Excel doesn't run multithreaded, so won't run 2 sets of code at the same time.
So taking your code...
Causes this code to run:
The animation loop will loop indefinitly waiting for 'StopLoop' to be True, but there is nothing to set it to true.
I know that you have StopLoop=True in your main code, but if Excel doesn't multithread it won't run your main code at the same time as running this userform code.
I believe when Andy said to use an animated gif, he meant for you to use an animated Gif, not to animate your own graphic.
I could of course be wrong, but that is what it seems like to me...
Bookmarks