Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yuri,
If you make your userform full screen, *none* of the toolbars are accessible. Disable the "X" on your form and the only way a user can get out of the form is to click your Exit button on the form. Private Sub UserForm_Initialize() With Application Me.Top = .Top Me.Left = .Left Me.Height = .Height Me.Width = .Width End With End Sub HTH Henry "Yury Lobanov" wrote in message ... Not to find how to trap window closing i'm trying to disable "X"-button, and System menu. With API. API's "RemoveMenu" works with Forms but not with Worksheet Windows!!! "X"-button can be disabled, but System Menu - can't!! is it impossible to remove items of System Menu of a Worksheet Window???? Yury |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Remove PDF menu | Excel Discussion (Misc queries) | |||
Drop dwn menu. Formula to count selection frm menu in anoth cell? | Excel Worksheet Functions | |||
Remove element from menu | Excel Discussion (Misc queries) | |||
Remove custom menu | Excel Discussion (Misc queries) | |||
Menu items added with menu item editor in older versions | Excel Discussion (Misc queries) |