View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Robin Hammond[_2_] Robin Hammond[_2_] is offline
external usenet poster
 
Posts: 575
Default Modeless Userform problem

Andy,

Put a DoEvents statement immediately after the Show command.

Robin Hammond
www.enhanceddatasystems.com

"Andy" wrote in message
...
I am trying to create a pop up that tells the user that the macro is

running.
I want to run this as a modeless userform. When the macro runs, the
userform shows the main title bar as expected but the contents of the
userform is just white. How do I correct this?