Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default how to see only youre userforms??


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

  #2   Report Post  
Posted to microsoft.public.excel.programming
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



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default how to see only youre userforms??

You have a few replies to your other posts, too.

tomro1 wrote:

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


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to see only youre userforms?? tomro1 Excel Discussion (Misc queries) 1 June 15th 06 11:04 AM
Userforms Jason Zischke Excel Programming 1 January 25th 06 11:44 PM
userforms again... Jo[_4_] Excel Programming 3 September 21st 03 12:31 AM
userforms Jo[_4_] Excel Programming 2 September 17th 03 10:35 PM
Userforms Gary[_8_] Excel Programming 1 August 18th 03 03:26 PM


All times are GMT +1. The time now is 05:43 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"