View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Stratuser Stratuser is offline
external usenet poster
 
Posts: 63
Default Form Doesn't Disappear

I have a form with option buttons on it. In the code for one of the option
buttons, there are just two commands, set up like this:

Me.Hide
Macro1

Macro1 turns screen updating off and then does a lot of other things. But
the form doesn't disappear before Macro1 starts. Why is that? I don't want
to look at the form frozen on the screen while the macro is running. I want
it to disappear as soon as I pick the option.