how to see only youre userforms??

T

tomro1

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??
 
A

Ardus Petus

Application.Visible=false

(don't forget to set it back to true when you're finished with your app.)

HTH
 
Top