i have made a program in excel and its all made in userforms, only the
data is in the worksheets
now, if you start up excel, you can only work in the userforms, but you
see excel on the back.
does it exist to make excel kind of invisible that you only see youre
userforms and excel itself is sort of minimalized?
if so, how??

Signature
tomro1
Ardus Petus - 15 Jun 2006 11:01 GMT
Application.Visible=false
(don't forget to set it back to true when you're finished with your app.)
HTH
--
AP
> i have made a program in excel and its all made in userforms, only the
> data is in the worksheets
[quoted text clipped - 6 lines]
>
> if so, how??