Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Private Sub workbook_open()
Application.Visible = False start_screen.Show Applicaton.Visible = True End Sub Might do something similar to what you want. or Private Sub workbook_open() ThisWorkbook.Windows(1).Visible = False start_screen.Show ThisWorkbook.Windows(1).Visible = True End Sub Regards, Tom Ogilvy "Joe" wrote in message ... I would like to minimize the current excel workbook when the file is opened and only display a user form. The problem is, when i do this the only way i can see the form is to click on the minimized file. The code is simple but the form will not popup on the screen. If this makes sense does anyone have any suggestions? Here is the code I am using. Private Sub workbook_open() Application.WindowState = xlMinimized start_screen.Show End Sub Thanks in advance Joe |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
show minimize window selection for Excel | Excel Discussion (Misc queries) | |||
Excel 03 - Send Attachment (can't minimize Outlook window) | Excel Discussion (Misc queries) | |||
Docking Project Explorer, Properties window and Code window in VBE | Setting up and Configuration of Excel | |||
The window opens in a smaller window not full sized window. | Excel Discussion (Misc queries) | |||
how do i minimize/maximize a workbook from vba? I want to minimize it durring processing to speed things up a bit | Excel Worksheet Functions |