View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_5_] Bob Phillips[_5_] is offline
external usenet poster
 
Posts: 620
Default Hide the principal screen

Try something like

Application.Visible = False
UserForm1.Show


Make sure that you reset to true on closing the form.

--

HTH

Bob Phillips

"tetors_2002" wrote in message
...
I'm make UserForm, is a little screen, but I don't see the other screen
(the principal screen), I need showing only de UserForm.

How I do this special thing