View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default how to see only youre userforms??

Hi Tomro,

In the ThisWorkbook module try:

'=============
Private Sub Workbook_Open()
Application.Visible = False
UserForm1.Show
End Sub
'<<============


---
Regards,
Norman


"tomro1" wrote in
message ...

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


--
tomro1
------------------------------------------------------------------------
tomro1's Profile:
http://www.excelforum.com/member.php...o&userid=35081
View this thread: http://www.excelforum.com/showthread...hreadid=552182