View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ironhydroxide ironhydroxide is offline
external usenet poster
 
Posts: 51
Default UserForm Shown while Program is Running other Code

I am trying to Show a Userform, and then let the Program Continue with other
code (so the user doesnt think that the Program is frozen). I have 2
different Modules and many different Sub Functions. so all i really need is
to be able to show the UserForm while other Things are running.

Thanks for replies

ironhydroxide