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
|