Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Or in the ThisWorkbook code module:
Private Sub Workbook_Open() Application.Visible = False UserForm1.Show End Sub keeping somethin somewhere to make it visible again such as Private Sub UserForm_Terminate() Application.Visible = True End Sub in the form's code module. -- p45cal "p45cal" wrote: One way, in the form's code module: Private Sub UserForm_Initialize() Application.Visible = False End Sub Private Sub UserForm_Terminate() Application.Visible = True End Sub -- p45cal "SupperDuck" wrote: Hello, I can make visible = false for every sheet in startup. But... I do not want to see even the borders of menus etc. of the excel.. Only the form. Or if can not, i want to see the less for excel menus... Regards, |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel opens but does not open file | Excel Discussion (Misc queries) | |||
Double-clicking .xls file opens Excel but doesn't open the file | Excel Discussion (Misc queries) | |||
Can't open file in email & explorer, but excel opens | Excel Discussion (Misc queries) | |||
Open file in Excel it opens 2 copies | Excel Discussion (Misc queries) | |||
when i open a file a new excel window opens. how do stop this | Excel Discussion (Misc queries) |